TypeStr4Plus

ostrat.TypeStr4Plus
trait TypeStr4Plus[A1, A2, A3, A4] extends TypeStr3Plus[A1, A2, A3]

A base trait for Show4T and Unshow4, declares the common properties of name1 - 4 and opt1 - 4.

Attributes

Graph
Supertypes
trait TypeStr3Plus[A1, A2, A3]
trait TypeStr2Plus[A1, A2]
trait TypeStrN
trait TypeStr
class Any
Known subtypes
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

4th parameter name.

4th parameter name.

Attributes

def opt4: Option[A4]

The optional default value for parameter 4.

The optional default value for parameter 4.

Attributes

Inherited methods

1st parameter name.

1st parameter name.

Attributes

Inherited from:
TypeStr2Plus

2nd parameter name.

2nd parameter name.

Attributes

Inherited from:
TypeStr2Plus

3rd parameter name.

3rd parameter name.

Attributes

Inherited from:
TypeStr3Plus

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
def opt3: Option[A3]

The optional default value for parameter 3.

The optional default value for parameter 3.

Attributes

Inherited from:
TypeStr3Plus

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