EitherEffectOps
org.atnos.eff.syntax.EitherEffectOps
Attributes
- Source:
- either.scala
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
Attributes
- Source:
- either.scala
def catchLeft[E](handle: E => Eff[R, A])(implicit member: MemberInOut[[_] =>> Either[E, _$5], R]): Eff[R, A]
Attributes
- Source:
- either.scala
def catchLeftCombine[E](handle: E => Eff[R, A])(implicit member: MemberInOut[[_] =>> Either[E, _$7], R], s: Semigroup[E]): Eff[R, A]
Attributes
- Source:
- either.scala
Attributes
- Source:
- either.scala
Attributes
- Source:
- either.scala
def runEitherCatchLeft[E, U](handle: E => Eff[U, A])(implicit member: Aux[[_] =>> Either[E, _$6], R, U]): Eff[U, A]
Attributes
- Source:
- either.scala
Attributes
- Source:
- either.scala
Attributes
- Source:
- either.scala
Attributes
- Source:
- either.scala
Attributes
- Source:
- either.scala