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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple4
  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 Tuple4(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D])

Value Members

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