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 Tdelegate()- 
Methods inherited from class com.evolveum.axiom.concepts.AbstractLazy
isUnwrapped, set, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
LazyDelegate
public LazyDelegate(Lazy.Supplier<T> supplier)
 
 - 
 
- 
Method Detail
- 
delegate
protected T delegate()
 
 - 
 
 -