AllOf2

interface AllOf2<T1, T2> : AllOf(source)

Product of items T1 and T2.

Parameters

T1

type carried in the first position.

T2

type carried in the second position.

Inheritors

Properties

Link copied to clipboard
abstract val item1: T1

first value.

Link copied to clipboard
abstract val item2: T2

second value.