TypeStr5Plus

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

A base trait for Unshow5, declares the common properties of name1 - 5 and opt1 - 5.

Attributes

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

5th parameter name.

5th parameter name.

Attributes

def opt5: Option[A5]

The optional default value for parameter 5.

The optional default value for parameter 5.

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

4th parameter name.

4th parameter name.

Attributes

Inherited from:
TypeStr4Plus

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
def opt4: Option[A4]

The optional default value for parameter 4.

The optional default value for parameter 4.

Attributes

Inherited from:
TypeStr4Plus

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