Uses of Class
org.linkki.util.LazyCachingSupplier
-
Packages that use LazyCachingSupplier Package Description org.linkki.util -
-
Uses of LazyCachingSupplier in org.linkki.util
Methods in org.linkki.util that return LazyCachingSupplier Modifier and Type Method Description static <T> LazyCachingSupplier<T>LazyCachingSupplier. lazyCaching(Supplier<T> supplier)Deprecated.
-