Uses of Interface
dev.webfx.platform.async.CompositeFuture
Packages that use CompositeFuture
-
Uses of CompositeFuture in dev.webfx.platform.async
Methods in dev.webfx.platform.async that return CompositeFutureModifier and TypeMethodDescriptionstatic CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.static CompositeFuture
LikeFuture.all(Future, Future)
but with 3 futures.static CompositeFuture
LikeFuture.all(Future, Future)
but with 4 futures.static CompositeFuture
LikeFuture.all(Future, Future)
but with 5 futures.static CompositeFuture
LikeFuture.all(Future, Future)
but with 6 futures.static CompositeFuture
LikeFuture.all(Future, Future)
but with a list of futures.static CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.static CompositeFuture
LikeFuture.any(Future, Future)
but with 3 futures.static CompositeFuture
LikeFuture.any(Future, Future)
but with 4 futures.static CompositeFuture
LikeFuture.any(Future, Future)
but with 5 futures.static CompositeFuture
LikeFuture.any(Future, Future)
but with 6 futures.static CompositeFuture
LikeFuture.any(Future, Future)
but with a list of futures.static CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.static CompositeFuture
LikeFuture.join(Future, Future)
but with 3 futures.static CompositeFuture
LikeFuture.join(Future, Future)
but with 4 futures.static CompositeFuture
LikeFuture.join(Future, Future)
but with 5 futures.static CompositeFuture
LikeFuture.join(Future, Future)
but with 6 futures.static CompositeFuture
LikeFuture.join(Future, Future)
but with a list of futures.CompositeFuture.onComplete
(Handler<AsyncResult<CompositeFuture>> handler) Deprecated.default CompositeFuture
default CompositeFuture
CompositeFuture.onSuccess
(Handler<CompositeFuture> handler) Method parameters in dev.webfx.platform.async with type arguments of type CompositeFutureModifier and TypeMethodDescriptionCompositeFuture.onComplete
(Handler<AsyncResult<CompositeFuture>> handler) Deprecated.instead useFuture.join(List)
default CompositeFuture
CompositeFuture.onSuccess
(Handler<CompositeFuture> handler) -
Uses of CompositeFuture in dev.webfx.platform.async.impl
Classes in dev.webfx.platform.async.impl that implement CompositeFutureMethods in dev.webfx.platform.async.impl that return CompositeFutureModifier and TypeMethodDescriptionstatic CompositeFuture
static CompositeFuture
static CompositeFuture
CompositeFutureImpl.onComplete
(Handler<AsyncResult<CompositeFuture>> handler) CompositeFutureImpl.onSuccess
(Handler<CompositeFuture> handler) Method parameters in dev.webfx.platform.async.impl with type arguments of type CompositeFutureModifier and TypeMethodDescriptionCompositeFutureImpl.onComplete
(Handler<AsyncResult<CompositeFuture>> handler) CompositeFutureImpl.onSuccess
(Handler<CompositeFuture> handler)
Future.join(List)