Package com.wavefront.common
Class LazySupplier
- java.lang.Object
-
- com.wavefront.common.LazySupplier
-
public abstract class LazySupplier extends Object
Caching wrapper with lazy init for aSupplier- Author:
- vasily@wavefront.com
-
-
Constructor Summary
Constructors Constructor Description LazySupplier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Supplier<T>of(Supplier<T> supplier)Lazy-initialize aSupplier
-