AllOf3

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

Product of items T1, T2, and T3.

Parameters

T1

type carried in the first position.

T2

type carried in the second position.

T3

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