Constructors

Link copied to clipboard
constructor()

Types

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

The ParametersSpec.Matchers for two parameters

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

The ParametersSpec.Values for two parameters

Functions

Link copied to clipboard

Captures V for C

Link copied to clipboard

Checks if V matches for M