with Arg10
abstract fun withArg10(value: A10, representation: String? = null): Args10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>
Creates a new Args10 by coping this
Args10 but replaces the argument 10 (Args10.a10) with the given value (and its representation with the given representation).
Return
The newly created Args10.
Since
1.0.0
Parameters
value
the new value to use for argument 10.
representation
the new representation to use for the argument 10 where null
means let the algorithm determine a representation.