Safe

sealed trait Safe[A]

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

Companion:
object
Source:
SafeEffect.scala
class Object
trait Matchable
class Any

Value members

Abstract methods