Uses of Class
org.forgerock.util.LazySupplier
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Provides common interfaces and classes.
-
Uses of LazySupplier in org.forgerock.http.protocol
-
Uses of LazySupplier in org.forgerock.util
Modifier and TypeMethodDescriptionstatic <T,
E extends Exception>
LazySupplier<T,E> Constructs a supplier that will lazily compute and cache a value from the given supplier.