arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / find
fun find(f: (O) -> Boolean): Stream<O>
fun find(f: (O) ->
Boolean
):
Stream
<O>
alias for first
Do you like Arrow?