Package org.linkki.util
Class LazyCachingSupplier<T>
- java.lang.Object
-
- org.linkki.util.LazyCachingSupplier<T>
-
- All Implemented Interfaces:
Supplier<T>
@Deprecated(since="2.0") public class LazyCachingSupplier<T> extends Object implements Supplier<T>
Deprecated.Since 2.0, useLazyReferenceinstead
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Tget()Deprecated.static <T> LazyCachingSupplier<T>lazyCaching(Supplier<T> supplier)Deprecated.
-