automorph.spi.AsyncEffectSystem$.Completable
Externally completable effect.
Type parameters
-
Effect
-
effect type
-
T
-
effectful value type
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Effect containing an externally supplied result value or an exception.
Effect containing an externally supplied result value or an exception.
Attributes
-
Returns
-
effect containing an externally supplied result value or an exception
Completes the effect with an exception.
Completes the effect with an exception.
Value parameters
-
exception
-
exception
Attributes
-
Returns
-
nothing
Completes the effect with a result value.
Completes the effect with a result value.
Value parameters
-
value
-
result value
Attributes
-
Returns
-
nothing