AllOf10

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

Product type with ten typed slots.

Inheritors

Properties

Link copied to clipboard
abstract val item1: T1

Value stored in the first slot.

Link copied to clipboard
abstract val item10: T10

Value stored in the tenth slot.

Link copied to clipboard
abstract val item2: T2

Value stored in the second slot.

Link copied to clipboard
abstract val item3: T3

Value stored in the third slot.

Link copied to clipboard
abstract val item4: T4

Value stored in the fourth slot.

Link copied to clipboard
abstract val item5: T5

Value stored in the fifth slot.

Link copied to clipboard
abstract val item6: T6

Value stored in the sixth slot.

Link copied to clipboard
abstract val item7: T7

Value stored in the seventh slot.

Link copied to clipboard
abstract val item8: T8

Value stored in the eighth slot.

Link copied to clipboard
abstract val item9: T9

Value stored in the ninth slot.