arrow-optics / arrow.optics / POptional / all
open fun all(source: S, predicate: (focus: A) -> Boolean): Boolean
open fun all(source: S, predicate: (focus: A) ->
Boolean
):
Check if there is no focus or the target satisfies the predicate predicate
Do you like Arrow?