arrow-optics / arrow.optics / Fold / select
fun <S> select(p: (S) -> Boolean): Fold<S, S>
fun <S> select(p: (S) ->
Boolean
):
Fold
<S, S>
Creates a Fold based on a predicate of the source S
Do you like Arrow?