Safe

org.atnos.eff.Safe$
See theSafe companion trait
object Safe

Attributes

Companion
trait
Source
SafeEffect.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Safe.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def eval[A](a: Eval[A]): Safe[A]

Attributes

Source
SafeEffect.scala
def evaluate[A](a: => A): Safe[A]

Attributes

Source
SafeEffect.scala
def fail[A](t: Throwable): Safe[A]

Attributes

Source
SafeEffect.scala
def failFinalizer(t: Throwable): Safe[Unit]

Attributes

Source
SafeEffect.scala

Implicits

Implicits

Attributes

Source
SafeEffect.scala