java.lang.Object
net.anwiba.commons.lang.optional.If
- All Implemented Interfaces:
IIf
-
Method Summary
Modifier and TypeMethodDescriptionstatic IIf<O> IOptional<O,RuntimeException> execute(ISupplier<O, RuntimeException> supplier) static IIfisTrue(boolean value) static IIf<O> IOptional<O,RuntimeException> or(ISupplier<O, RuntimeException> supplier)
-
Method Details
-
isTrue
-
isTrue
-
defined
-
execute
-
execute
-
execute
-
or
-
or
-
or
-