AllOf5

interface AllOf5<T1, T2, T3, T4, T5> : AllOf(source)

Product of items T1 through T5.

Parameters

T1

type carried in the first position.

T2

type carried in the second position.

T3

type carried in the third position.

T4

type carried in the fourth position.

T5

type carried in the fifth position.

Inheritors

Properties

Link copied to clipboard
abstract val item1: T1

first value.

Link copied to clipboard
abstract val item2: T2

second value.

Link copied to clipboard
abstract val item3: T3

third value.

Link copied to clipboard
abstract val item4: T4

fourth value.

Link copied to clipboard
abstract val item5: T5

fifth value.