Package com.evolveum.axiom.concepts
Class Lazy<T>
- java.lang.Object
 - 
- com.evolveum.axiom.concepts.AbstractLazy<T>
 - 
- com.evolveum.axiom.concepts.Lazy<T>
 
 
 
- 
- All Implemented Interfaces:
 Supplier<T>
public class Lazy<T> extends AbstractLazy<T> implements Supplier<T>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLazy.Supplier<T> 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Lazy<T>from(Lazy.Supplier<? extends T> supplier)Tget()static <T> Lazy<T>instant(T value)static <T> Lazy<T>nullValue()- 
Methods inherited from class com.evolveum.axiom.concepts.AbstractLazy
isUnwrapped, set, toString 
 - 
 
 -