hudson.util
Class Futures
java.lang.Object
hudson.util.Futures
public class Futures
- extends Object
Various Future
implementations.
- Author:
- Kohsuke Kawaguchi
Method Summary |
static
<T> hudson.remoting.Future<T> |
|
precomputed(T value)
Creates a Future instance that already has its value pre-computed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Futures
public Futures()
precomputed
public static <T> hudson.remoting.Future<T> precomputed(T value)
- Creates a
Future
instance that already has its value pre-computed.
Copyright © 2004-2013. All Rights Reserved.