Uses of Class
org.forgerock.util.LazySupplier
-
Packages that use LazySupplier Package Description org.forgerock.util Provides common interfaces and classes. -
-
Uses of LazySupplier in org.forgerock.util
Methods in org.forgerock.util that return LazySupplier Modifier and Type Method Description static <T,E extends Exception>
LazySupplier<T,E>LazySupplier. lazy(Supplier<T,E> supplier)
Constructs a supplier that will lazily compute and cache a value from the given supplier.
-