FunctionWithNullableArgMatcher

fun <in T : Any> FunctionWithNullableArgMatcher(matchingFunc: (T?) -> Boolean, argumentType: KClass<*>)