CaseClass18

org.finos.morphir.meta.CaseClass18
See theCaseClass18 companion object
final case class CaseClass18[A, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](_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) extends CaseClass[A], Product18[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product18[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18]
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)
override def value(i: Int): Any

Attributes

Definition Classes

Inherited methods

override def productArity: Int

Attributes

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

Attributes

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product