Failed result with error error.
Type of the error. It has to extend Throwable.
True if the result is an error, false otherwise.
True if the result was successful, false otherwise.
Returns the error associated. In case of Success, error will be null.
Converts the Either value according to f function.
Converts the Either error according to f function.
Calls the function f with a specific error when Either is failure.
Calls the function f with a specific value when Either is successful.
Returns the value associated. In case of Failure, value will be null.