VarArgHelper

interface VarArgHelper<out T>(source)

Represents a parameter object used to express the arguments T, vararg T and provides utility functions to transform them.

Properties

Link copied to clipboard
abstract val expected: T

The first argument in the argument list T, vararg T

Link copied to clipboard

Creates an ArgumentMapperBuilder which allows to map expected and otherExpected.

Link copied to clipboard
abstract val otherExpected: Array<out T>

The second argument in the argument list T, vararg T

Functions

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

Returns the arguments as List.