commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
findNth
find
Nth
inline
fun
<
T
>
Iterable
<
T
>
.
findNth
(
n
:
Int
,
predicate
:
(
T
)
->
Boolean
)
:
T