IZip3Output

interface IZip3Output<out Common, out E1, out E2, out E3> : IZip2Output<Common, E1, E2>

Inheritors

Properties

Link copied to clipboard
abstract val first: E1
Link copied to clipboard
abstract val second: E2
Link copied to clipboard
abstract val third: E3
Link copied to clipboard
abstract val values: List<Common>

Functions

Link copied to clipboard
operator fun <T> IZip1Output<*, T>.component1(): T
Link copied to clipboard
operator fun <T> IZip2Output<*, *, T>.component2(): T
Link copied to clipboard
operator fun <T> IZip3Output<*, *, *, T>.component3(): T