Marko Novakovic
05/09/2022, 12:33 PMFlow
and Either
? is having Flow<Either<A, B>>
a good option?
also, are there any plans for some monadic streaming Flow-like API?Stylianos Gakis
05/09/2022, 1:36 PMMarko Novakovic
05/09/2022, 1:57 PMMarko Novakovic
05/09/2022, 2:02 PMFlow
here is that it throws. it doesn’t support construct either success or error.
it’s possible to address this by emitting Either
from it but that throwing part still remains. now that am thinking about it it’s not that big of a deal actuallyMarko Novakovic
05/09/2022, 2:04 PM