component10
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.
Be aware of that you loose the representation10 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