ProductCaseClass

magnolia1.CaseClassDerivation.ProductCaseClass
class ProductCaseClass[Typeclass[_], A](typeInfo: TypeInfo, isObject: Boolean, isValueClass: Boolean, parameters: IArray[Param[Typeclass, A]], annotations: IArray[Any], inheritedAnnotations: IArray[Any], typeAnnotations: IArray[Any], product: ProductOf[A]) extends CaseClass[Typeclass, A]

Attributes

Graph
Supertypes
class CaseClass[Typeclass, A]
trait Serializable
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type Param = Param[Typeclass, Type]

Attributes

Inherited from:
CaseClass

Value members

Concrete methods

def construct[PType : ClassTag](makeParam: Param => PType): A
def constructEither[Err, PType : ClassTag](makeParam: Param => Either[Err, PType]): Either[List[Err], A]
def constructMonadic[M[_] : Monadic, PType : ClassTag](makeParam: Param => M[PType]): M[A]
def rawConstruct(fieldValues: Seq[Any]): A

Inherited methods

def param[P](name: String, idx: Int, repeated: Boolean, cbn: CallByNeed[Typeclass[P]], defaultVal: CallByNeed[Option[P]], annotations: IArray[Any], typeAnnotations: IArray[Any]): Param

Attributes

Inherited from:
CaseClass
def param[P](name: String, idx: Int, repeated: Boolean, cbn: CallByNeed[Typeclass[P]], defaultVal: CallByNeed[Option[P]], annotations: IArray[Any], inheritedAnns: IArray[Any], typeAnnotations: IArray[Any]): Param

Attributes

Inherited from:
CaseClass
def params: IArray[Param[Typeclass, Type]]

Attributes

Inherited from:
CaseClass
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
CaseClass -> Any
Inherited from:
CaseClass