commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
findNthOfTypeOrNull
find
Nth
Of
Type
Or
Null
inline
fun
<
R
>
Iterable
<
*
>
.
findNthOfTypeOrNull
(
n
:
Int
)
:
R
?