commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
pollFirstWhere
poll
First
Where
inline
fun
<
E
>
MutableIterable
<
E
>
.
pollFirstWhere
(
test
:
(
E
)
->
Boolean
)
:
E
?