Package com.guinetik.hexafun.fun
Class Result.Failure<T>
java.lang.Object
com.guinetik.hexafun.fun.Result.Failure<T>
- All Implemented Interfaces:
Result<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.guinetik.hexafun.fun.Result
Result.Failure<T>, Result.Success<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Failure
-
-
Method Details
-
isSuccess
public boolean isSuccess() -
isFailure
public boolean isFailure() -
get
-
error
-
map
-
flatMap
-
fold
-