Uses of Class
io.helidon.common.OptionalHelper
-
Packages that use OptionalHelper Package Description io.helidon.common Common utilities for Helidon projects. -
-
Uses of OptionalHelper in io.helidon.common
Methods in io.helidon.common that return OptionalHelper Modifier and Type Method Description static <T> OptionalHelper<T>
OptionalHelper. from(Optional<T> optional)
Static factory method to create a newOptionalHelper
instance.OptionalHelper<T>
OptionalHelper. or(Supplier<? extends Optional<T>> supplier)
If the underlyingOptional
does not have a value, set it to theOptional
produced by the supplying function.
-