CaseClass6

org.finos.morphir.meta.CaseClass6
See theCaseClass6 companion object
final case class CaseClass6[A, A1, A2, A3, A4, A5, A6](_1: A1, _2: A2, _3: A3, _4: A4, _5: A5, _6: A6) extends CaseClass[A], Product6[A1, A2, A3, A4, A5, A6]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product6[A1, A2, A3, A4, A5, A6]
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)
override def value(i: Int): Any

Attributes

Definition Classes

Inherited methods

override def productArity: Int

Attributes

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

Attributes

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product