Uses of Class
com.speedment.common.function.OptionalBoolean
-
Packages that use OptionalBoolean Package Description com.speedment.common.function This package contains the main function classes. -
-
Uses of OptionalBoolean in com.speedment.common.function
Methods in com.speedment.common.function that return OptionalBoolean Modifier and Type Method Description static OptionalBooleanOptionalBoolean. empty()OptionalBooleanOptionalBoolean. filter(BooleanPredicate predicate)If a value is present, and the value matches the given predicate, return aBooleanOptionaldescribing the value, otherwise return an emptyBooleanOptional.static OptionalBooleanOptionalBoolean. of(boolean bool)static OptionalBooleanOptionalBoolean. ofNullable(Boolean bool)static OptionalBooleanOptionalBoolean. valueOf(String name)Returns the enum constant of this type with the specified name.static OptionalBoolean[]OptionalBoolean. values()Returns an array containing the constants of this enum type, in the order they are declared.
-