varargsAny

inline fun <T> ArgMatchersScope.varargsAny(noinline predicate: (T) -> Boolean): Array<T>

Matches a sequence of varargs with any element satisfying the given predicate.