TypeStr3Plus

ostrat.TypeStr3Plus
trait TypeStr3Plus[A1, A2, A3] extends TypeStr2Plus[A1, A2]

A base trait for Show3T and Unshow3, declares the common properties of name1 - 3 and opt1 - 3.

Attributes

Graph
Supertypes
trait TypeStr2Plus[A1, A2]
trait TypeStrN
trait TypeStr
class Any
Known subtypes
trait TypeStr3[A1, A2, A3]
trait Show3[A1, A2, A3]
trait ShowDbl3
trait Vec3Like
class Pt3
class Vec3
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 TypeStr4Plus[A1, A2, A3, A4]
trait TypeStr4[A1, A2, A3, A4]
trait Show4[A1, A2, A3, A4]
trait Unshow4[A1, A2, A3, A4, R]
trait TypeStr5Plus[A1, A2, A3, A4, A5]
trait TypeStr5[A1, A2, A3, A4, A5]
trait TypeStr6Plus[A1, A2, A3, A4, A5, A6]
trait TypeStr6[A1, A2, A3, A4, A5, A6]
trait Unshow6[A1, A2, A3, A4, A5, A6, R]
trait Unshow5[A1, A2, A3, A4, A5, R]

Members list

Concise view

Value members

Abstract methods

3rd parameter name.

3rd parameter name.

Attributes

def opt3: Option[A3]

The optional default value for parameter 3.

The optional default value for parameter 3.

Attributes

Inherited methods

1st parameter name.

1st parameter name.

Attributes

Inherited from:
TypeStr2Plus

2nd parameter name.

2nd parameter name.

Attributes

Inherited from:
TypeStr2Plus

Number of parameter constituents of this class.

Number of parameter constituents of this class.

Attributes

Inherited from:
TypeStrN
def opt1: Option[A1]

The optional default value for parameter 1.

The optional default value for parameter 1.

Attributes

Inherited from:
TypeStr2Plus
def opt2: Option[A2]

The optional default value for parameter 2.

The optional default value for parameter 2.

Attributes

Inherited from:
TypeStr2Plus

Sequence of the names of parameter constituents of this class.

Sequence of the names of parameter constituents of this class.

Attributes

Inherited from:
TypeStrN

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