- Companion
- class
Value members
Inherited methods
def catchLeftCombine[R, E, A](r: Eff[R, A])(handle: E => Eff[R, A])(member: MemberInOut[[_] =>> Either[E, _$6], R], s: Semigroup[E]): Eff[R, A]
catch and handle a possible left value. The value is the combination of all failures in case of an applicative
catch and handle a possible left value. The value is the combination of all failures in case of an applicative
- Inherited from
- either
def runDisjunctionCombine[R, U, E, A](r: Eff[R, A])(m: Aux[[_] =>> Either[E, _$4], R, U], s: Semigroup[E]): Eff[U, E \/ A]
run the Either effect, yielding E Either A and combine all Es
run the Either effect, yielding E Either A and combine all Es
- Inherited from
- either