Package com.evolveum.axiom.concepts
Class LazyDelegate<T>
- java.lang.Object
-
- com.evolveum.axiom.concepts.AbstractLazy<T>
-
- com.evolveum.axiom.concepts.LazyDelegate<T>
-
public abstract class LazyDelegate<T> extends AbstractLazy<T>
-
-
Constructor Summary
Constructors Constructor Description LazyDelegate(Lazy.Supplier<T> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
delegate()
-
Methods inherited from class com.evolveum.axiom.concepts.AbstractLazy
toString
-
-
-
-
Constructor Detail
-
LazyDelegate
public LazyDelegate(Lazy.Supplier<T> supplier)
-
-
Method Detail
-
delegate
protected T delegate()
-
-