AllOf3

interface AllOf3<T1, T2, T3> : AllOf(source)

Product type with three typed slots.

Inheritors

Properties

Link copied to clipboard
abstract val item1: T1

Value stored in the first 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.