arrow-optics / arrow.optics.extensions / StringFilterIndex / filter
open fun filter(p: (Int) -> Boolean): Traversal<String, Char>
open fun filter(p: (
Int
) ->
Boolean
):
Traversal
<
String
,
Char
>
Filter the foci A of a Traversal with the predicate p.
Do you like Arrow?