We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
O.filter
O.chain
O.fromPredicate
O.chain(O.fromPredicate(f)) -> O.filter(f)
O.chain(O.fromPredicate(f))
O.filter(f)
cc @mlegenhausen