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