Package it.tidalwave.util
Class LazySupplier<T>
java.lang.Object
it.tidalwave.util.LazySupplier<T>
- All Implemented Interfaces:
Supplier<T>
A supplier of an object that is lazily evaluated (when its value is requested for the first time). It warranties
that the real wrapped supplier is called only once.
- Since:
- 3.2-ALPHA-13
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary