component3

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

Extracts a3 (the 3 argument) of this Args3.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then Args3.append or one of the Args3.dropArg1 or Args3.withArg1 methods might be more suited.

Since

1.1.0


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

Extracts a3 (the 3 argument) of this Args4.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then Args4.append or one of the Args4.dropArg1 or Args4.withArg1 methods might be more suited.

Since

1.1.0


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

Extracts a3 (the 3 argument) of this Args5.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then Args5.append or one of the Args5.dropArg1 or Args5.withArg1 methods might be more suited.

Since

1.1.0


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.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then Args6.append or one of the Args6.dropArg1 or Args6.withArg1 methods might be more suited.

Since

1.1.0


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.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then Args7.append or one of the Args7.dropArg1 or Args7.withArg1 methods might be more suited.

Since

1.1.0


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.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then Args8.append or one of the Args8.dropArg1 or Args8.withArg1 methods might be more suited.

Since

1.1.0


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.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then Args9.append or one of the Args9.dropArg1 or Args9.withArg1 methods might be more suited.

Since

1.1.0


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.

Be aware of that you loose the representation3 this way. Should you extract the argument in order to create another Args afterwards, then one of the Args10.dropArg1 or Args10.withArg1 methods might be more suited.

Since

1.1.0