Package org.ethelred.util.function
Class Lazy<T>
java.lang.Object
org.ethelred.util.function.Lazy<T>
- Type Parameters:
T- The type that will be created and supplied
- All Implemented Interfaces:
Supplier<T>
NOT THREAD SAFE - intended to be used in single request scope
-
Method Summary