matches

abstract fun <T> matches(argType: KClass<*>, matcher: ArgMatcher<T>): T

Registers matcher with given argType.

Parameters

argType