Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-runtime
/
dev.mokkery.matcher.varargs
/
varargsAny
varargs
Any
inline
fun
<
T
>
ArgMatchersScope
.
varargsAny
(
noinline
predicate
:
(
T
)
->
Boolean
)
:
Array
<
T
>
Matches a sequence of varargs with any element satisfying the given
predicate
.