ZipOutput

@Serializable
@SerialName(value = "modelix.modelql.zip.output")
data class ZipOutput<out Common, out E1, out E2, out E3, out E4, out E5, out E6, out E7, out E8, out E9>(val values: List<Common>) : IZip9Output<Common, E1, E2, E3, E4, E5, E6, E7, E8, E9>

Constructors

Link copied to clipboard
constructor(values: List<Common>)

Properties

Link copied to clipboard
open override val eighth: E8
Link copied to clipboard
open override val fifth: E5
Link copied to clipboard
open override val first: E1
Link copied to clipboard
open val forth: E4
Link copied to clipboard
open override val fourth: E4
Link copied to clipboard
open override val ninth: E9
Link copied to clipboard
open override val second: E2
Link copied to clipboard
open override val seventh: E7
Link copied to clipboard
open override val sixth: E6
Link copied to clipboard
open override val third: E3
Link copied to clipboard
open override 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
Link copied to clipboard
operator fun <T> IZip5Output<*, *, *, *, *, T>.component5(): T
Link copied to clipboard
operator fun <T> IZip6Output<*, *, *, *, *, *, T>.component6(): T
Link copied to clipboard
operator fun <T> IZip7Output<*, *, *, *, *, *, *, T>.component7(): T
Link copied to clipboard
operator fun <T> IZip8Output<*, *, *, *, *, *, *, *, T>.component8(): T
Link copied to clipboard
operator fun <T> IZip9Output<*, *, *, *, *, *, *, *, *, T>.component9(): T
Link copied to clipboard
operator fun get(index: Int): Common