component9

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.

Be aware of that you loose the representation9 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>.component9(): A9

Extracts a9 (the 9 argument) of this Args10.

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