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