Uses of Interface
io.helidon.common.LazyValue
Packages that use LazyValue
Package
Description
Common utilities for Helidon projects.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
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 -
Uses of LazyValue in io.helidon.http
Methods in io.helidon.http that return LazyValueModifier and TypeMethodDescriptionstatic LazyValue<Parameters> HttpSupport.lazyFormParams(Supplier<Optional<Parameters>> formParams) Lazily read form parameters.