interface VarArgHelper<out T>
(source)Represents a parameter object used to express the arguments T, vararg T
and provides utility functions to transform them.
abstract val
The first argument in the argument list |
|
open val
Creates an ArgumentMapperBuilder which allows to map expected and otherExpected. |
|
abstract val
The second argument in the argument list |
open fun
Returns the arguments as List. |