Uses of Interface
io.helidon.common.LazyValue
Packages that use LazyValue
-
Uses of LazyValue in io.helidon.common
Methods in io.helidon.common that return LazyValueModifier and TypeMethodDescriptionstatic <T> LazyValue<T>
Create a lazy value from a supplier.static <T> LazyValue<T>
LazyValue.create
(T value) Create a lazy value from a value.Method parameters in io.helidon.common with type arguments of type LazyValue