Constructors

Link copied to clipboard
constructor()

Types

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

The ParametersSpec.Matchers for four parameters

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

The ParametersSpec.Values for four parameters

Functions

Link copied to clipboard

Captures V for C

Link copied to clipboard

Checks if V matches for M