Uses of Class
org.forgerock.util.LazySupplier
Packages that use 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
Methods in org.forgerock.http.protocol that return LazySupplier -
Uses of LazySupplier in org.forgerock.util
Methods in org.forgerock.util that return LazySupplierModifier and TypeMethodDescriptionstatic <T,
E extends Exception>
LazySupplier<T,E> Constructs a supplier that will lazily compute and cache a value from the given supplier.