Uses of Interface
com.evolveum.axiom.concepts.Lazy.Supplier
- 
Packages that use Lazy.Supplier Package Description com.evolveum.axiom.api com.evolveum.axiom.concepts  - 
- 
Uses of Lazy.Supplier in com.evolveum.axiom.api
Subinterfaces of Lazy.Supplier in com.evolveum.axiom.api Modifier and Type Interface Description static interfaceValueBuilder.BuilderOrValue<P extends AxiomValue<?>>Classes in com.evolveum.axiom.api that implement Lazy.Supplier Modifier and Type Class Description classAxiomValueBuilder<V> - 
Uses of Lazy.Supplier in com.evolveum.axiom.concepts
Subinterfaces of Lazy.Supplier in com.evolveum.axiom.concepts Modifier and Type Interface Description static interfaceBuilder.OrProduct<P,B extends Builder<P>>Methods in com.evolveum.axiom.concepts with parameters of type Lazy.Supplier Modifier and Type Method Description static <T> Lazy<T>Lazy. from(Lazy.Supplier<? extends T> supplier)Constructors in com.evolveum.axiom.concepts with parameters of type Lazy.Supplier Constructor Description LazyDelegate(Lazy.Supplier<T> supplier) 
 -