A basic result object use by various parts of JCLI.
Constructs a failure result, returning the given error.
Constructs a failure result if the condition is true, otherwise constructs a success result with the given value.
Constructs a successful result, returning the given value.
The type that is returned by this result object.
See Implementation
A basic result object use by various parts of JCLI.