class All<out T> : VarArgHelper<T> (source)Parameter object to express T, vararg T in the infix-api.
All(expected: T, vararg otherExpected: T)
Parameter object to express   | 
val expected: T
The first argument in the argument list   | 
|
vararg val otherExpected: Array<out T>
The second argument in the argument list   | 
open val mapArguments: ArgumentMapperBuilder<T>
Creates an ArgumentMapperBuilder which allows to map expected and otherExpected.  | 
open fun toList(): List<T>
Returns the arguments as List.  |