public abstract class AbstractImmediateAsyncFuture<T> extends DeprecatedCompatAsyncFuture<T>
| Modifier and Type | Field and Description |
|---|---|
protected AsyncFramework |
async |
| Constructor and Description |
|---|
AbstractImmediateAsyncFuture(AsyncFramework async) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncFuture<T> |
lazyTransformCancelled(LazyTransform<Void,T> transform) |
protected AsyncFuture<T> |
lazyTransformFailed(LazyTransform<Throwable,T> transform,
Throwable cause) |
protected <C> AsyncFuture<C> |
lazyTransformResolved(LazyTransform<? super T,C> transform,
T result) |
protected AsyncFuture<T> |
transformCancelled(Transform<Void,? extends T> transform) |
protected AsyncFuture<T> |
transformFailed(Transform<Throwable,? extends T> transform,
Throwable cause) |
protected <C> AsyncFuture<C> |
transformResolved(Transform<? super T,? extends C> transform,
T result) |
cancelled, cancelled, error, error, on, on, on, on, on, onAny, transform, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, cancel, catchCancelled, catchFailed, cause, directTransform, fail, getNow, isFailed, isResolved, lazyCatchCancelled, lazyCatchFailed, lazyTransform, onCancelled, onDone, onFailed, onFinished, onResolvedprotected AsyncFramework async
public AbstractImmediateAsyncFuture(AsyncFramework async)
protected <C> AsyncFuture<C> transformResolved(Transform<? super T,? extends C> transform, T result)
protected <C> AsyncFuture<C> lazyTransformResolved(LazyTransform<? super T,C> transform, T result)
protected AsyncFuture<T> transformFailed(Transform<Throwable,? extends T> transform, Throwable cause)
protected AsyncFuture<T> lazyTransformFailed(LazyTransform<Throwable,T> transform, Throwable cause)
protected AsyncFuture<T> transformCancelled(Transform<Void,? extends T> transform)
protected AsyncFuture<T> lazyTransformCancelled(LazyTransform<Void,T> transform)
Copyright © 2017. All rights reserved.