arrow-core-data / arrow.core / kotlin.collections.Iterable / firstOrNone
fun <T> Iterable<T>.firstOrNone(): Option<T> inline fun <T> Iterable<T>.firstOrNone(predicate: (T) -> Boolean): Option<T>
fun <T>
Iterable
<T>.firstOrNone():
Option
<T>
inline fun <T>
<T>.firstOrNone(predicate: (T) ->
Boolean
):
Do you like Arrow?