IZip2Output

interface IZip2Output<out Common, out E1, out E2> : IZip1Output<Common, E1>

Inheritors

Properties

Link copied to clipboard
abstract val first: E1
Link copied to clipboard
abstract val second: E2
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