Result

Undocumented in source.

Constructors

this
this(T v)
Undocumented in source.
this
this(Cancelled c)
Undocumented in source.
this
this(Exception e)
Undocumented in source.

Members

Functions

assumeOk
void assumeOk()
Undocumented in source. Be warned that the author may not have intended to support it.
error
Exception error()
Undocumented in source. Be warned that the author may not have intended to support it.
isCancelled
bool isCancelled()
Undocumented in source. Be warned that the author may not have intended to support it.
isError
bool isError()
Undocumented in source. Be warned that the author may not have intended to support it.
isOk
bool isOk()
Undocumented in source. Be warned that the author may not have intended to support it.
value
T value()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Value
struct Value(T)
Undocumented in source.

Variables

result
Nullable!(Cancelled, Exception) result;
Undocumented in source.
result
Algebraic!(Value!T, Cancelled, Exception) result;
Undocumented in source.

Meta