- Companion
- class
Value members
Inherited methods
def attemptDisjunction[R, A](action: Eff[R, A])(implicit m: MemberInOut[Safe, R]): Eff[R, Throwable \/ A]
- Inherited from
- safe
def attemptSafeDisjunction[R, A](r: Eff[R, A])(implicit m: MemberInOut[Safe, R]): Eff[R, (Throwable \/ A, List[Throwable])]
- Inherited from
- safe
def runSafeDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[Safe, R, U]): Eff[U, (Throwable \/ A, List[Throwable])]
- Inherited from
- safe