Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-runtime
/
dev.mokkery.matcher
/
matchingBy
matching
By
inline
fun
<
T
>
ArgMatchersScope
.
matchingBy
(
function
:
(
T
)
->
Boolean
)
:
T
Matches an argument by calling given
function
. Also, it returns function name on
Any.toString
.