AllOf9

interface AllOf9<T1, T2, T3, T4, T5, T6, T7, T8, T9> : AllOf(source)

Product of items T1 through T9.

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.

T6

type carried in the sixth position.

T7

type carried in the seventh position.

T8

type carried in the eighth position.

T9

type carried in the ninth 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.

Link copied to clipboard
abstract val item6: T6

sixth value.

Link copied to clipboard
abstract val item7: T7

seventh value.

Link copied to clipboard
abstract val item8: T8

eighth value.

Link copied to clipboard
abstract val item9: T9

ninth value.