Class Hierarchy
- java.lang.Object
- dev.webfx.platform.async.AsyncUtil
- dev.webfx.platform.async.Batch<A>
- dev.webfx.platform.async.FutureBroadcaster<T>
- dev.webfx.platform.async.VoidHandler (implements dev.webfx.platform.async.Handler<E>)
Interface Hierarchy
- dev.webfx.platform.async.AsyncResult<T>
- dev.webfx.platform.async.Future<T>
- dev.webfx.platform.async.CompositeFuture
- dev.webfx.platform.async.Future<T>
- java.util.function.BiFunction<T,
U, R> - dev.webfx.platform.async.AsyncBiFunction<T,
U, R>
- dev.webfx.platform.async.AsyncBiFunction<T,
- java.util.function.Function<T,
R> - dev.webfx.platform.async.AsyncFunction<A,
R>
- dev.webfx.platform.async.AsyncFunction<A,
- dev.webfx.platform.async.Handler<E>
- dev.webfx.platform.async.Promise<T>