Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Matchers<T0, T1, T2>(val first: ParameterMatcher<T0>, val second: ParameterMatcher<T1>, val third: ParameterMatcher<T2>) : ParametersSpec.Matchers

The ParametersSpec.Matchers for three parameters

Link copied to clipboard
data class Values<T0, T1, T2>(val first: T0, val second: T1, val third: T2) : ParametersSpec.Values

The ParametersSpec.Values for three parameters

Functions

Link copied to clipboard

Captures V for C

Link copied to clipboard

Checks if V matches for M