Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.util |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<java.util.List<T>> |
AsyncFutureMerger.getFuture()
Returns
AsyncFuture that provides the group result. |
Modifier and Type | Method and Description |
---|---|
static <T> void |
AsyncFuture.initializeReference(java.util.concurrent.atomic.AtomicReference<AsyncFuture<T>> ref,
AsyncFuture.Operation<T> operation)
Initializes the reference with the a new instance of
AsyncFuture if the reference
still holds null. |
static <T> void |
AsyncFuture.initializeReference(java.util.concurrent.atomic.AtomicReference<AsyncFuture<T>> ref,
AsyncFuture.Operation<T> operation,
boolean forceRefresh)
Operation may work synchronously.
|
static <T> void |
AsyncFuture.initializeTrivial(java.util.concurrent.atomic.AtomicReference<AsyncFuture<T>> ref,
T result)
Initializes the reference with the a new instance of
AsyncFuture that already
holds a result. |
static <T> void |
AsyncFuture.reinitializeReference(java.util.concurrent.atomic.AtomicReference<AsyncFuture<T>> ref,
AsyncFuture.Operation<T> operation)
Initializes the reference with the a new instance of
AsyncFuture . |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.