IZip1Output

interface IZip1Output<out Common, out E1> : IZipOutput<Common>

Inheritors

Properties

Link copied to clipboard
abstract val first: E1
Link copied to clipboard
abstract val values: List<Common>

Functions

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