inline fun <reified T : Any> argWhere(noinline predicate: (T) -> Boolean): T
Creates a custom argument matcher. null values will never evaluate to true.
null
true
predicate