component5

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

Extracts a5 (the 5 argument) of this Args5.

Be aware of that you loose the representation5 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>.component5(): A5

Extracts a5 (the 5 argument) of this Args6.

Be aware of that you loose the representation5 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>.component5(): A5

Extracts a5 (the 5 argument) of this Args7.

Be aware of that you loose the representation5 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>.component5(): A5

Extracts a5 (the 5 argument) of this Args8.

Be aware of that you loose the representation5 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>.component5(): A5

Extracts a5 (the 5 argument) of this Args9.

Be aware of that you loose the representation5 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>.component5(): A5

Extracts a5 (the 5 argument) of this Args10.

Be aware of that you loose the representation5 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