append

abstract fun <A4> append(arg1: Args1<A4>): Args4<A1, A2, A3, A4>

Creates a new Args4 by copying this Args3 and appending the given arg1.

Return

The newly created Args4.

Since

1.0.0


abstract fun <A4, A5> append(arg2: Args2<A4, A5>): Args5<A1, A2, A3, A4, A5>

Creates a new Args5 by copying this Args3 and appending the given arg2.

Return

The newly created Args5.

Since

1.0.0


abstract fun <A4, A5, A6> append(arg3: Args3<A4, A5, A6>): Args6<A1, A2, A3, A4, A5, A6>

Creates a new Args6 by copying this Args3 and appending the given arg3.

Return

The newly created Args6.

Since

1.0.0


abstract fun <A4, A5, A6, A7> append(arg4: Args4<A4, A5, A6, A7>): Args7<A1, A2, A3, A4, A5, A6, A7>

Creates a new Args7 by copying this Args3 and appending the given arg4.

Return

The newly created Args7.

Since

1.0.0


abstract fun <A4, A5, A6, A7, A8> append(arg5: Args5<A4, A5, A6, A7, A8>): Args8<A1, A2, A3, A4, A5, A6, A7, A8>

Creates a new Args8 by copying this Args3 and appending the given arg5.

Return

The newly created Args8.

Since

1.0.0


abstract fun <A4, A5, A6, A7, A8, A9> append(arg6: Args6<A4, A5, A6, A7, A8, A9>): Args9<A1, A2, A3, A4, A5, A6, A7, A8, A9>

Creates a new Args9 by copying this Args3 and appending the given arg6.

Return

The newly created Args9.

Since

1.0.0


abstract fun <A4, A5, A6, A7, A8, A9, A10> append(arg7: Args7<A4, A5, A6, A7, A8, A9, A10>): Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>

Creates a new Args10 by copying this Args3 and appending the given arg7.

Return

The newly created Args10.

Since

1.0.0