com.github.massie.avrotuples

AvroFlatTuple11

Related Docs: object AvroFlatTuple11 | package avrotuples

final case class AvroFlatTuple11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11](_1: T1, _2: T2, _3: T3, _4: T4, _5: T5, _6: T6, _7: T7, _8: T8, _9: T9, _10: T10, _11: T11) extends Product11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11] with SpecificRecord with KryoSerializable with Externalizable with Product with Serializable

Linear Supertypes
Serializable, Externalizable, Serializable, KryoSerializable, SpecificRecord, IndexedRecord, GenericContainer, Product11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroFlatTuple11
  2. Serializable
  3. Externalizable
  4. Serializable
  5. KryoSerializable
  6. SpecificRecord
  7. IndexedRecord
  8. GenericContainer
  9. Product11
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroFlatTuple11()

  2. new AvroFlatTuple11(_1: T1, _2: T2, _3: T3, _4: T4, _5: T5, _6: T6, _7: T7, _8: T8, _9: T9, _10: T10, _11: T11)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. var _1: T1

    Definition Classes
    AvroFlatTuple11 → Product11
  5. var _10: T10

    Definition Classes
    AvroFlatTuple11 → Product11
  6. var _11: T11

    Definition Classes
    AvroFlatTuple11 → Product11
  7. var _2: T2

    Definition Classes
    AvroFlatTuple11 → Product11
  8. var _3: T3

    Definition Classes
    AvroFlatTuple11 → Product11
  9. var _4: T4

    Definition Classes
    AvroFlatTuple11 → Product11
  10. var _5: T5

    Definition Classes
    AvroFlatTuple11 → Product11
  11. var _6: T6

    Definition Classes
    AvroFlatTuple11 → Product11
  12. var _7: T7

    Definition Classes
    AvroFlatTuple11 → Product11
  13. var _8: T8

    Definition Classes
    AvroFlatTuple11 → Product11
  14. var _9: T9

    Definition Classes
    AvroFlatTuple11 → Product11
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(i: Int): AnyRef

    Definition Classes
    AvroFlatTuple11 → IndexedRecord
    Annotations
    @throws( classOf[IndexOutOfBoundsException] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getSchema(): Schema

    Definition Classes
    AvroFlatTuple11 → GenericContainer
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def productArity: Int

    Definition Classes
    Product11 → Product
  27. def productElement(n: Int): Any

    Definition Classes
    Product11 → Product
    Annotations
    @throws( ... )
  28. def put(i: Int, v: Any): Unit

    Definition Classes
    AvroFlatTuple11 → IndexedRecord
    Annotations
    @throws( classOf[IndexOutOfBoundsException] )
  29. def read(kryo: Kryo, input: Input): Unit

    Definition Classes
    AvroFlatTuple11 → KryoSerializable
  30. def readExternal(in: ObjectInput): Unit

    Definition Classes
    AvroFlatTuple11 → Externalizable
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toBytes: Array[Byte]

  33. def toString(): String

    Definition Classes
    AvroFlatTuple11 → AnyRef → Any
  34. def update(n1: T1, n2: T2, n3: T3, n4: T4, n5: T5, n6: T6, n7: T7, n8: T8, n9: T9, n10: T10, n11: T11): AvroFlatTuple11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]

  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def write(kryo: Kryo, output: Output): Unit

    Definition Classes
    AvroFlatTuple11 → KryoSerializable
  39. def writeExternal(out: ObjectOutput): Unit

    Definition Classes
    AvroFlatTuple11 → Externalizable

Inherited from Serializable

Inherited from Externalizable

Inherited from Serializable

Inherited from KryoSerializable

Inherited from SpecificRecord

Inherited from IndexedRecord

Inherited from GenericContainer

Inherited from Product11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped