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