Constructors

Link copied to clipboard
constructor()

Types

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

The ParametersSpec.Matchers for five parameters

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

The ParametersSpec.Values for five parameters

Functions

Link copied to clipboard

Captures V for C

Link copied to clipboard

Checks if V matches for M