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 newOptionalHelperinstance.OptionalHelper<T>OptionalHelper. or(Supplier<? extends Optional<T>> supplier)If the underlyingOptionaldoes not have a value, set it to theOptionalproduced by the supplying function.
-