safe

org.atnos.eff.addon.scalaz.safe
See thesafe companion object
trait safe

Attributes

Companion
object
Source
safe.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all
object safe

Members list

Value members

Concrete methods

def attemptDisjunction[R, A](action: Eff[R, A])(implicit m: MemberInOut[Safe, R]): Eff[R, Throwable \/ A]

Attributes

Source
safe.scala
def attemptSafeDisjunction[R, A](r: Eff[R, A])(implicit m: MemberInOut[Safe, R]): Eff[R, (Throwable \/ A, List[Throwable])]

Attributes

Source
safe.scala
def execSafeDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[Safe, R, U]): Eff[U, Throwable \/ A]

Attributes

Source
safe.scala
def runSafeDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[Safe, R, U]): Eff[U, (Throwable \/ A, List[Throwable])]

Attributes

Source
safe.scala