UnshowN

ostrat.UnshowN
trait UnshowN[R] extends Unshow[R] with TypeStrN

Attributes

Graph
Supertypes
trait TypeStrN
trait Unshow[R]
trait TypeStr
class Object
trait Matchable
class Any
Known subtypes
trait Unshow2[A1, A2, R]
trait Persist2[A1, A2, R]
class Persist2Imp[A1, A2, R]
trait PersistShow2[A1, A2, R]
class PersistShow2Imp[A1, A2, R]
class Unshow2Imp[A1, A2, R]
trait Unshow3[A1, A2, A3, R]
trait Persist3[A1, A2, A3, R]
class Persist3Imp[A1, A2, A3, R]
trait PersistShow3[A1, A2, A3, R]
class PersistShow3Imp[A1, A2, A3, R]
class Unshow3Imp[A1, A2, A3, R]
trait Unshow4[A1, A2, A3, A4, R]
trait Unshow5[A1, A2, A3, A4, A5, R]
trait Unshow6[A1, A2, A3, A4, A5, A6, R]

Members list

Concise view

Value members

Abstract methods

protected def fromSortedExprs(sortedExprs: RArr[Expr], pSeq: IntArr): EMon[R]

Concrete methods

final override def fromExpr(expr: Expr): EMon[R]

Tries to return a value of the type from an RSON expression Expr that has been parsed from a String or text file. This method must be implemented by all instances.

Tries to return a value of the type from an RSON expression Expr that has been parsed from a String or text file. This method must be implemented by all instances.

Attributes

Definition Classes
final def fromExprSeq(exprs: RArr[Expr]): EMon[R]

Tries to construct the type from a sequence of parameters using out of order named parameters and default values.

Tries to construct the type from a sequence of parameters using out of order named parameters and default values.

Attributes

Inherited methods

def findUniqueTFromStatements[ArrT <: Arr[R]](sts: RArr[Statement])(implicit arrBuild: ArrMapBuilder[R, ArrT]): EMon[T]

Finds value of this UnShow type, returns error if more than one match.

Finds value of this UnShow type, returns error if more than one match.

Attributes

Inherited from:
Unshow

Attributes

Inherited from:
Unshow
def fromSettingOrExpr(SettingStr: String, expr: Expr): EMon[T]

Attributes

Inherited from:
Unshow
final def fromStatement(st: Statement): EMon[T]

Trys to build an object of type T from the statement.

Trys to build an object of type T from the statement.

Attributes

Inherited from:
Unshow
def keySettingFromStatement[KT](settingCode: KT, st: Statement)(implicit evST: Unshow[KT]): EMon[T]

Finds a setting with a key / code of type KT and a value of the type of this UnShow instance from a [Statement].

Finds a setting with a key / code of type KT and a value of the type of this UnShow instance from a [Statement].

Attributes

Inherited from:
Unshow
def keySettingFromStatements[KT](sts: RArr[Statement], settingCode: KT)(implicit evST: Unshow[KT]): EMon[T]

Finds a key setting with Key type KT of the type of this UnShow instance from an Arr[Statement].

Finds a key setting with Key type KT of the type of this UnShow instance from an Arr[Statement].

Attributes

Inherited from:
Unshow

Number of parameter constituents of this class.

Number of parameter constituents of this class.

Attributes

Inherited from:
TypeStrN

Sequence of the names of parameter constituents of this class.

Sequence of the names of parameter constituents of this class.

Attributes

Inherited from:
TypeStrN
def settingFromStatements(sts: RArr[Statement], settingStr: String): EMon[T]

Finds an identifier setting with a value type of this UnShow instance from an Arr[Statement].

Finds an identifier setting with a value type of this UnShow instance from an Arr[Statement].

Attributes

Inherited from:
Unshow
def settingTFromStatement(settingStr: String, st: Statement): EMon[T]

Finds an identifier setting with a value of the type of this UnShow instance from a [Statement].

Finds an identifier setting with a value of the type of this UnShow instance from a [Statement].

Attributes

Inherited from:
Unshow

The RSON type of T. This the only data that a ShowT instance requires, that can't be implemented through delegation to an object of type Show.

The RSON type of T. This the only data that a ShowT instance requires, that can't be implemented through delegation to an object of type Show.

Attributes

Inherited from:
TypeStr
def valuesFromStatements[ArrT <: Arr[R]](sts: RArr[Statement])(implicit arrBuild: ArrMapBuilder[R, ArrT]): ArrT

Produces an ArrImut of the UnShow type from Statements (Refs[Statement].

Produces an ArrImut of the UnShow type from Statements (Refs[Statement].

Attributes

Inherited from:
Unshow