varargsAll

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

Matches a sequence of varargs with all elements satisfying the given predicate.