Class Hierarchy
- java.lang.Object
- dev.webfx.platform.async.impl.FailedFuture<T>
- dev.webfx.platform.async.impl.FutureImpl<T>
- dev.webfx.platform.async.impl.CompositeFutureImpl (implements dev.webfx.platform.async.CompositeFuture, dev.webfx.platform.async.impl.Listener<T>)
- dev.webfx.platform.async.impl.PromiseImpl<T> (implements dev.webfx.platform.async.impl.Listener<T>, dev.webfx.platform.async.impl.PromiseInternal<T>)
- dev.webfx.platform.async.impl.SucceededFuture<T>
- java.lang.Throwable (implements java.io.Serializable)
- dev.webfx.platform.async.impl.NoStackTraceThrowable
Interface Hierarchy
- dev.webfx.platform.async.AsyncResult<T>
- dev.webfx.platform.async.Future<T>
- dev.webfx.platform.async.impl.FutureInternal<T>
- dev.webfx.platform.async.impl.PromiseInternal<T> (also extends dev.webfx.platform.async.Promise<T>)
- dev.webfx.platform.async.impl.FutureInternal<T>
- dev.webfx.platform.async.Future<T>
- dev.webfx.platform.async.Handler<E>
- dev.webfx.platform.async.Promise<T>
- dev.webfx.platform.async.impl.PromiseInternal<T> (also extends dev.webfx.platform.async.impl.FutureInternal<T>)
- dev.webfx.platform.async.Promise<T>
- dev.webfx.platform.async.impl.Listener<T>