safe

trait safe
Companion
object
class Object
trait Matchable
class Any
object all
object safe

Value members

Concrete methods

def attemptDisjunction[R, A](action: Eff[R, A])(implicit m: MemberInOut[[A] =>> Safe[A], R]): Eff[R, Throwable \/ A]
def attemptSafeDisjunction[R, A](r: Eff[R, A])(implicit m: MemberInOut[[A] =>> Safe[A], R]): Eff[R, (Throwable \/ A, List[Throwable])]
def execSafeDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[[A] =>> Safe[A], R, U]): Eff[U, Throwable \/ A]
def runSafeDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[[A] =>> Safe[A], R, U]): Eff[U, (Throwable \/ A, List[Throwable])]