Uses of Interface
gw.util.concurrent.LocklessLazyVar.LazyVarInit
-
Packages that use LocklessLazyVar.LazyVarInit Package Description gw.util.concurrent -
-
Uses of LocklessLazyVar.LazyVarInit in gw.util.concurrent
Methods in gw.util.concurrent with parameters of type LocklessLazyVar.LazyVarInit Modifier and Type Method Description static <Q> LocklessLazyVar<Q>
LocklessLazyVar. make(LocklessLazyVar.LazyVarInit<Q> closure)
Creates a new LockingLazyVar based on the type of the LazyVarInit passed in.
-