All

class All<out T> : VarArgHelper<T> (source)

Parameter object to express T, vararg T.

Use the function all(t, ...) to create this representation.

Properties

Link copied to clipboard
open override val expected: T
Link copied to clipboard
Link copied to clipboard
open override val otherExpected: Array<out T>

Functions

Link copied to clipboard
open fun toList(): List<T>