IZip4Output

interface IZip4Output<out Common, out E1, out E2, out E3, out E4> : IZip3Output<Common, E1, E2, E3>

Inheritors

Properties

Link copied to clipboard
abstract val first: E1
Link copied to clipboard
open val forth: E4
Link copied to clipboard
abstract val fourth: E4
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
Link copied to clipboard
operator fun <T> IZip4Output<*, *, *, *, T>.component4(): T