Function Matcher
data class FunctionMatcher<in T : Any>(val matchingFunc: (T) -> Boolean, val argumentType: KClass<*>) : Matcher<T> , TypedMatcher, EquivalentMatcher
Content copied to clipboard
Delegates matching to lambda function
Delegates matching to lambda function