Uses of Class
jetbrains.buildServer.util.concurrent.ConcurrentLazy
-
Packages that use ConcurrentLazy Package Description jetbrains.buildServer.util.concurrent -
-
Uses of ConcurrentLazy in jetbrains.buildServer.util.concurrent
Methods in jetbrains.buildServer.util.concurrent that return ConcurrentLazy Modifier and Type Method Description static <V> ConcurrentLazy<V,Exception>
ConcurrentLazy. from(Callable<V> callable)
Creates a new lazy value from the specified task.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.
-