Package pl.matsuo.core.util.function
Interface Try<E>
public interface Try<E>
-
Method Summary
-
Method Details
-
get
E get() -
ifFailure
-
isSuccess
default boolean isSuccess() -
isFailure
default boolean isFailure()
-
public interface Try<E>