CaseClass22

org.finos.morphir.meta.CaseClass22
See theCaseClass22 companion object
final case class CaseClass22[A, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22](_1: A1, _2: A2, _3: A3, _4: A4, _5: A5, _6: A6, _7: A7, _8: A8, _9: A9, _10: A10, _11: A11, _12: A12, _13: A13, _14: A14, _15: A15, _16: A16, _17: A17, _18: A18, _19: A19, _20: A20, _21: A21, _22: A22) extends CaseClass[A], Product22[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product22[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22]
trait Product
trait Equals
trait CaseClass[A]
trait Shape[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def tuple: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)
override def value(i: Int): Any

Attributes

Definition Classes

Inherited methods

override def productArity: Int

Attributes

Definition Classes
Product22 -> Product
Inherited from:
Product22
override def productElement(n: Int): Any

Attributes

Definition Classes
Product22 -> Product
Inherited from:
Product22
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product