Package org.linkki.util
Class LazyCachingSupplier<T>
java.lang.Object
org.linkki.util.LazyCachingSupplier<T>
- All Implemented Interfaces:
Supplier<T>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionget()Deprecated.static <T> LazyCachingSupplier<T>lazyCaching(Supplier<T> supplier) Deprecated.
LazyReferenceinstead