Cannot figure out most idiomatic way to kinda fold EitherT[Future, Throwable, A]
to Future[A]
, where left side of Either
will be represented as failed Future
.
Folding EitherT[Future, Throwable, A]
943 views Asked by Ivan Doroshenko At
2
Is a simple straight-forward fold not good?