T - public abstract class DeprecatedCompatAsyncFuture<T> extends Object implements AsyncFuture<T>
AsyncFuture.| Constructor and Description |
|---|
DeprecatedCompatAsyncFuture() |
| Modifier and Type | Method and Description |
|---|---|
AsyncFuture<T> |
cancelled(LazyTransform<Void,T> transform) |
AsyncFuture<T> |
cancelled(Transform<Void,? extends T> transform) |
AsyncFuture<T> |
error(LazyTransform<Throwable,T> transform) |
AsyncFuture<T> |
error(Transform<Throwable,? extends T> transform) |
AsyncFuture<T> |
on(FutureCancelled cancelled) |
AsyncFuture<T> |
on(FutureDone<? super T> done) |
AsyncFuture<T> |
on(FutureFailed failed) |
AsyncFuture<T> |
on(FutureFinished finishable) |
AsyncFuture<T> |
on(FutureResolved<? super T> resolved) |
AsyncFuture<T> |
onAny(FutureDone<? super T> handle) |
<R> AsyncFuture<R> |
transform(LazyTransform<? super T,R> transform) |
<R> AsyncFuture<R> |
transform(Transform<? super T,? extends R> transform) |
clone, 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, onResolvedpublic <R> AsyncFuture<R> transform(Transform<? super T,? extends R> transform)
transform in interface AsyncFuture<T>public <R> AsyncFuture<R> transform(LazyTransform<? super T,R> transform)
transform in interface AsyncFuture<T>public AsyncFuture<T> error(Transform<Throwable,? extends T> transform)
error in interface AsyncFuture<T>public AsyncFuture<T> error(LazyTransform<Throwable,T> transform)
error in interface AsyncFuture<T>public AsyncFuture<T> cancelled(Transform<Void,? extends T> transform)
cancelled in interface AsyncFuture<T>public AsyncFuture<T> cancelled(LazyTransform<Void,T> transform)
cancelled in interface AsyncFuture<T>public AsyncFuture<T> onAny(FutureDone<? super T> handle)
onAny in interface AsyncFuture<T>public AsyncFuture<T> on(FutureCancelled cancelled)
on in interface AsyncFuture<T>public AsyncFuture<T> on(FutureDone<? super T> done)
on in interface AsyncFuture<T>public AsyncFuture<T> on(FutureFailed failed)
on in interface AsyncFuture<T>public AsyncFuture<T> on(FutureFinished finishable)
on in interface AsyncFuture<T>public AsyncFuture<T> on(FutureResolved<? super T> resolved)
on in interface AsyncFuture<T>Copyright © 2017. All rights reserved.