containsAny

fun <T, R : Iterable<T>> MokkeryMatcherScope.containsAny(predicate: (T) -> Boolean): R(source)

Matches an Iterable with any element matching predicate