final case class Tuple9[-A, -B, -C, -D, -E, -F, -G, -H, -I](_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G], _8: Input[H], _9: Input[I]) extends Input[(A, B, C, D, E, F, G, H, I)] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Input[(A, B, C, D, E, F, G, H, I)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple9
  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 Tuple9(_1: Input[A], _2: Input[B], _3: Input[C], _4: Input[D], _5: Input[E], _6: Input[F], _7: Input[G], _8: Input[H], _9: Input[I])

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. val _6: Input[F]
  7. val _7: Input[G]
  8. val _8: Input[H]
  9. val _9: Input[I]
  10. final def contramap[B](f: (B) => (A, B, C, D, E, F, G, H, I)): Input[B]
    Definition Classes
    Input
  11. def encode(data: (A, B, C, D, E, F, G, H, I))(implicit codec: Codec): Chunk[BulkString]
    Definition Classes
    Tuple9Input
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product