Safe

org.atnos.eff.Safe
See theSafe companion object
sealed trait Safe[A]

The Safe type is a mix of a ThrowableEither / Eval effect and a writer effect to collect finalizer failures

Attributes

Companion:
object
Source:
SafeEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def memoize: Safe[A]

Attributes

Source:
SafeEffect.scala