final case class Tuple5[-A, -B, -C, -D, -E](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E]) extends Input[(A, B, C, D, E)] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple5
  2. Serializable
  3. Product
  4. Equals
  5. Input
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple5(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E])

Value Members

  1. val _1: Input[A]
  2. val _2: Input[B]
  3. val _3: Input[C]
  4. val _4: Input[D]
  5. val _5: Input[E]
  6. final def contramap[B](f: (B) => (A, B, C, D, E)): Input[B]
    Definition Classes
    Input
  7. def encode(data: (A, B, C, D, E))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple5Input
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product