Giorgos Makris
10/06/2022, 5:29 PMflatMap
with a filter
, if that provides any benefits at all. I'd love to hear your thoughts
https://github.com/arrow-kt/arrow/pull/2818simon.vergauwen
10/07/2022, 7:28 AMEither
, then there is no way to return Pair<Sequence<Either<_, _>, Sequence<Either<_,_>>>_
without computing all the results first.
Let's discuss further in the PR. Thanks for bringing this up here again 👍Giorgos Makris
10/07/2022, 7:29 AM