Deferred<L, R> class final

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unsafeCompleted bool
no setter

Methods

completeExit<E, C>(Exit<L, R> exit) Effect<E, C, Unit>
failCause<E, C>(Cause<L> cause) Effect<E, C, Unit>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unsafeCompleteExit(Exit<L, R> exit) → void
wait<E>() Effect<E, L, R>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

make<L, R>() Effect<Null, Never, Deferred<L, R>>