- All Implemented Interfaces:
Try<E>
public class Failure<E>
extends Object
implements Try<E>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface pl.matsuo.core.util.function.Try
isSuccess
-
-
Method Details
-
get
- Specified by:
get in interface Try<E>
-
-
isFailure
public boolean isFailure()
- Specified by:
isFailure in interface Try<E>