toggle menu
Mokkery
2.5.1
common
switch theme
search in API
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
.