Exit<A extends Object, E extends Object> class
sealed
The complete outcome of running an Effect.
Expected failures are represented by ExitFailure. Unhandled exceptions, programming errors, and dependency-resolution failures are represented by ExitDefect.
- Implementers
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited