Uses of Class
com.identityworksllc.iiq.common.VersionedThreadLocal
-
Packages that use VersionedThreadLocal Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of VersionedThreadLocal in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return VersionedThreadLocal Modifier and Type Method Description static <U> VersionedThreadLocal<U>VersionedThreadLocal. withInitial(Supplier<? extends U> supplier)Creates a new VersionedThreadLocal with the given initial value.
-