Safe

org.specs2.control.eff.Safe
sealed trait Safe[A]

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EvaluateValue[A]
class FailedValue[A]
In this article