safe

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

Attributes

Companion:
trait
Source:
safe.scala
Graph
Supertypes
trait safe
class Object
trait Matchable
class Any
Self type
safe.type

Members list

Concise view

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
safe
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

Inherited from:
safe
Source:
safe.scala