- All Implemented Interfaces:
Try<E>
public class Success<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
isFailure
-
-
Method Details
-
get
- Specified by:
get in interface Try<E>
-
-
isSuccess
public boolean isSuccess()
- Specified by:
isSuccess in interface Try<E>