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