Uses of Interface
jetbrains.buildServer.util.concurrent.CallableEx
-
Packages that use CallableEx Package Description jetbrains.buildServer.util.concurrent -
-
Uses of CallableEx in jetbrains.buildServer.util.concurrent
Classes in jetbrains.buildServer.util.concurrent that implement CallableEx Modifier and Type Class Description class
ConcurrentLazy<V,T extends Exception>
A concurrent version ofLazy
which uses a lock-free CAS (as opposed to DCL).Methods in jetbrains.buildServer.util.concurrent with parameters of type CallableEx Modifier and Type Method Description static <V,T extends Exception>
ConcurrentLazy<V,T>ConcurrentLazy. from(CallableEx<V,T> callable, Class<T> exceptionType)
Creates a new lazy value from the specified task.
-