AllOf4

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

Product of items T1, T2, T3, and T4.

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.

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.