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 interface
Lazy.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)
T
get()
static <T> Lazy<T>
instant(T value)
static <T> Lazy<T>
nullValue()
-
Methods inherited from class com.evolveum.axiom.concepts.AbstractLazy
toString
-
-