Package-level declarations

Types

Link copied to clipboard
interface Args : Arguments

Represents the top-interface of arguments-representations such as Args1, Args2 and so on.

Link copied to clipboard
interface Args1<A1> : Args

Represents an Args with 1 argument.

Link copied to clipboard
interface Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> : Args

Represents an Args with 10 arguments.

Link copied to clipboard
interface Args2<A1, A2> : Args

Represents an Args with 2 arguments.

Link copied to clipboard
interface Args3<A1, A2, A3> : Args

Represents an Args with 3 arguments.

Link copied to clipboard
interface Args4<A1, A2, A3, A4> : Args

Represents an Args with 4 arguments.

Link copied to clipboard
interface Args5<A1, A2, A3, A4, A5> : Args

Represents an Args with 5 arguments.

Link copied to clipboard
interface Args6<A1, A2, A3, A4, A5, A6> : Args

Represents an Args with 6 arguments.

Link copied to clipboard
interface Args7<A1, A2, A3, A4, A5, A6, A7> : Args

Represents an Args with 7 arguments.

Link copied to clipboard
interface Args8<A1, A2, A3, A4, A5, A6, A7, A8> : Args

Represents an Args with 8 arguments.

Link copied to clipboard
interface Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9> : Args

Represents an Args with 9 arguments.

Functions

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component1(): A1

Extracts a1 (the 1 argument) of this Args10.

operator fun <A1> Args1<A1>.component1(): A1

Extracts a1 (the 1 argument) of this Args1.

operator fun <A1, A2> Args2<A1, A2>.component1(): A1

Extracts a1 (the 1 argument) of this Args2.

operator fun <A1, A2, A3> Args3<A1, A2, A3>.component1(): A1

Extracts a1 (the 1 argument) of this Args3.

operator fun <A1, A2, A3, A4> Args4<A1, A2, A3, A4>.component1(): A1

Extracts a1 (the 1 argument) of this Args4.

operator fun <A1, A2, A3, A4, A5> Args5<A1, A2, A3, A4, A5>.component1(): A1

Extracts a1 (the 1 argument) of this Args5.

operator fun <A1, A2, A3, A4, A5, A6> Args6<A1, A2, A3, A4, A5, A6>.component1(): A1

Extracts a1 (the 1 argument) of this Args6.

operator fun <A1, A2, A3, A4, A5, A6, A7> Args7<A1, A2, A3, A4, A5, A6, A7>.component1(): A1

Extracts a1 (the 1 argument) of this Args7.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component1(): A1

Extracts a1 (the 1 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component1(): A1

Extracts a1 (the 1 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component10(): A10

Extracts a10 (the 10 argument) of this Args10.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component2(): A2

Extracts a2 (the 2 argument) of this Args10.

operator fun <A1, A2> Args2<A1, A2>.component2(): A2

Extracts a2 (the 2 argument) of this Args2.

operator fun <A1, A2, A3> Args3<A1, A2, A3>.component2(): A2

Extracts a2 (the 2 argument) of this Args3.

operator fun <A1, A2, A3, A4> Args4<A1, A2, A3, A4>.component2(): A2

Extracts a2 (the 2 argument) of this Args4.

operator fun <A1, A2, A3, A4, A5> Args5<A1, A2, A3, A4, A5>.component2(): A2

Extracts a2 (the 2 argument) of this Args5.

operator fun <A1, A2, A3, A4, A5, A6> Args6<A1, A2, A3, A4, A5, A6>.component2(): A2

Extracts a2 (the 2 argument) of this Args6.

operator fun <A1, A2, A3, A4, A5, A6, A7> Args7<A1, A2, A3, A4, A5, A6, A7>.component2(): A2

Extracts a2 (the 2 argument) of this Args7.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component2(): A2

Extracts a2 (the 2 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component2(): A2

Extracts a2 (the 2 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component3(): A3

Extracts a3 (the 3 argument) of this Args10.

operator fun <A1, A2, A3> Args3<A1, A2, A3>.component3(): A3

Extracts a3 (the 3 argument) of this Args3.

operator fun <A1, A2, A3, A4> Args4<A1, A2, A3, A4>.component3(): A3

Extracts a3 (the 3 argument) of this Args4.

operator fun <A1, A2, A3, A4, A5> Args5<A1, A2, A3, A4, A5>.component3(): A3

Extracts a3 (the 3 argument) of this Args5.

operator fun <A1, A2, A3, A4, A5, A6> Args6<A1, A2, A3, A4, A5, A6>.component3(): A3

Extracts a3 (the 3 argument) of this Args6.

operator fun <A1, A2, A3, A4, A5, A6, A7> Args7<A1, A2, A3, A4, A5, A6, A7>.component3(): A3

Extracts a3 (the 3 argument) of this Args7.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component3(): A3

Extracts a3 (the 3 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component3(): A3

Extracts a3 (the 3 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component4(): A4

Extracts a4 (the 4 argument) of this Args10.

operator fun <A1, A2, A3, A4> Args4<A1, A2, A3, A4>.component4(): A4

Extracts a4 (the 4 argument) of this Args4.

operator fun <A1, A2, A3, A4, A5> Args5<A1, A2, A3, A4, A5>.component4(): A4

Extracts a4 (the 4 argument) of this Args5.

operator fun <A1, A2, A3, A4, A5, A6> Args6<A1, A2, A3, A4, A5, A6>.component4(): A4

Extracts a4 (the 4 argument) of this Args6.

operator fun <A1, A2, A3, A4, A5, A6, A7> Args7<A1, A2, A3, A4, A5, A6, A7>.component4(): A4

Extracts a4 (the 4 argument) of this Args7.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component4(): A4

Extracts a4 (the 4 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component4(): A4

Extracts a4 (the 4 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component5(): A5

Extracts a5 (the 5 argument) of this Args10.

operator fun <A1, A2, A3, A4, A5> Args5<A1, A2, A3, A4, A5>.component5(): A5

Extracts a5 (the 5 argument) of this Args5.

operator fun <A1, A2, A3, A4, A5, A6> Args6<A1, A2, A3, A4, A5, A6>.component5(): A5

Extracts a5 (the 5 argument) of this Args6.

operator fun <A1, A2, A3, A4, A5, A6, A7> Args7<A1, A2, A3, A4, A5, A6, A7>.component5(): A5

Extracts a5 (the 5 argument) of this Args7.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component5(): A5

Extracts a5 (the 5 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component5(): A5

Extracts a5 (the 5 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component6(): A6

Extracts a6 (the 6 argument) of this Args10.

operator fun <A1, A2, A3, A4, A5, A6> Args6<A1, A2, A3, A4, A5, A6>.component6(): A6

Extracts a6 (the 6 argument) of this Args6.

operator fun <A1, A2, A3, A4, A5, A6, A7> Args7<A1, A2, A3, A4, A5, A6, A7>.component6(): A6

Extracts a6 (the 6 argument) of this Args7.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component6(): A6

Extracts a6 (the 6 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component6(): A6

Extracts a6 (the 6 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component7(): A7

Extracts a7 (the 7 argument) of this Args10.

operator fun <A1, A2, A3, A4, A5, A6, A7> Args7<A1, A2, A3, A4, A5, A6, A7>.component7(): A7

Extracts a7 (the 7 argument) of this Args7.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component7(): A7

Extracts a7 (the 7 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component7(): A7

Extracts a7 (the 7 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component8(): A8

Extracts a8 (the 8 argument) of this Args10.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8> Args8<A1, A2, A3, A4, A5, A6, A7, A8>.component8(): A8

Extracts a8 (the 8 argument) of this Args8.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component8(): A8

Extracts a8 (the 8 argument) of this Args9.

Link copied to clipboard
operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>.component9(): A9

Extracts a9 (the 9 argument) of this Args10.

operator fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>.component9(): A9

Extracts a9 (the 9 argument) of this Args9.

Link copied to clipboard
fun <A1> Args.Companion.of(a1: A1, representation1: String? = null): Args1<A1>

Creates an Args1 based on the given arguments a1 and optionally representation1.

fun <A1, A2> Args.Companion.of(a1: A1, a2: A2, representation1: String? = null, representation2: String? = null): Args2<A1, A2>

Creates an Args2 based on the given arguments a1 and a2 and optionally representation1 and representation2.

fun <A1, A2, A3> Args.Companion.of(a1: A1, a2: A2, a3: A3, representation1: String? = null, representation2: String? = null, representation3: String? = null): Args3<A1, A2, A3>

Creates an Args3 based on the given arguments a1, a2 and a3 and optionally representation1, representation2 and representation3.

fun <A1, A2, A3, A4> Args.Companion.of(a1: A1, a2: A2, a3: A3, a4: A4, representation1: String? = null, representation2: String? = null, representation3: String? = null, representation4: String? = null): Args4<A1, A2, A3, A4>

Creates an Args4 based on the given arguments a1, a2, a3 and a4 and optionally representation1, representation2, representation3 and representation4.

fun <A1, A2, A3, A4, A5> Args.Companion.of(a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, representation1: String? = null, representation2: String? = null, representation3: String? = null, representation4: String? = null, representation5: String? = null): Args5<A1, A2, A3, A4, A5>

Creates an Args5 based on the given arguments a1, a2, a3, a4 and a5 and optionally representation1, representation2, representation3, representation4 and representation5.

fun <A1, A2, A3, A4, A5, A6> Args.Companion.of(a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, representation1: String? = null, representation2: String? = null, representation3: String? = null, representation4: String? = null, representation5: String? = null, representation6: String? = null): Args6<A1, A2, A3, A4, A5, A6>

Creates an Args6 based on the given arguments a1, a2, a3, a4, a5 and a6 and optionally representation1, representation2, representation3, representation4, representation5 and representation6.

fun <A1, A2, A3, A4, A5, A6, A7> Args.Companion.of(a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, representation1: String? = null, representation2: String? = null, representation3: String? = null, representation4: String? = null, representation5: String? = null, representation6: String? = null, representation7: String? = null): Args7<A1, A2, A3, A4, A5, A6, A7>

Creates an Args7 based on the given arguments a1, a2, a3, a4, a5, a6 and a7 and optionally representation1, representation2, representation3, representation4, representation5, representation6 and representation7.

fun <A1, A2, A3, A4, A5, A6, A7, A8> Args.Companion.of(a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, representation1: String? = null, representation2: String? = null, representation3: String? = null, representation4: String? = null, representation5: String? = null, representation6: String? = null, representation7: String? = null, representation8: String? = null): Args8<A1, A2, A3, A4, A5, A6, A7, A8>

Creates an Args8 based on the given arguments a1, a2, a3, a4, a5, a6, a7 and a8 and optionally representation1, representation2, representation3, representation4, representation5, representation6, representation7 and representation8.

fun <A1, A2, A3, A4, A5, A6, A7, A8, A9> Args.Companion.of(a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, a9: A9, representation1: String? = null, representation2: String? = null, representation3: String? = null, representation4: String? = null, representation5: String? = null, representation6: String? = null, representation7: String? = null, representation8: String? = null, representation9: String? = null): Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

Creates an Args9 based on the given arguments a1, a2, a3, a4, a5, a6, a7, a8 and a9 and optionally representation1, representation2, representation3, representation4, representation5, representation6, representation7, representation8 and representation9.

fun <A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Args.Companion.of(a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, a9: A9, a10: A10, representation1: String? = null, representation2: String? = null, representation3: String? = null, representation4: String? = null, representation5: String? = null, representation6: String? = null, representation7: String? = null, representation8: String? = null, representation9: String? = null, representation10: String? = null): Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>

Creates an Args10 based on the given arguments a1, a2, a3, a4, a5, a6, a7, a8, a9 and a10 and optionally representation1, representation2, representation3, representation4, representation5, representation6, representation7, representation8, representation9 and representation10.