where `predicates` is `List<(Data) -> Optio...
# functional
p
where
predicates
is
List<(Data) -> Option<Data>>
and structure is
List<Data>
. It should work with
Either
or
Validated
too.
Validated
accumulates errors,
Error
gives the first one,
Option
fails on the first one with
None