Uses of Interface
com.identityworksllc.iiq.common.Lazy.Initializer
-
Packages that use Lazy.Initializer Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of Lazy.Initializer in com.identityworksllc.iiq.common
Constructors in com.identityworksllc.iiq.common with parameters of type Lazy.Initializer Constructor Description Lazy(Lazy.Initializer<T> initializer)Constructs a Lazy instance with the given initializer.Lazy(Lazy.Initializer<T> initializer, Lazy.Associator<T> associator)Constructs a Lazy instance with the given initializer and associator.
-