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 CompositeFutureReturn a composite future, succeeded when all futures are succeeded, failed when any future is failed.static CompositeFutureLikeFuture.all(Future, Future)but with 3 futures.static CompositeFutureLikeFuture.all(Future, Future)but with 4 futures.static CompositeFutureLikeFuture.all(Future, Future)but with 5 futures.static CompositeFutureLikeFuture.all(Future, Future)but with 6 futures.static CompositeFutureLikeFuture.all(Future, Future)but with a list of futures.static CompositeFutureReturn a composite future, succeeded when any futures is succeeded, failed when all futures are failed.static CompositeFutureLikeFuture.any(Future, Future)but with 3 futures.static CompositeFutureLikeFuture.any(Future, Future)but with 4 futures.static CompositeFutureLikeFuture.any(Future, Future)but with 5 futures.static CompositeFutureLikeFuture.any(Future, Future)but with 6 futures.static CompositeFutureLikeFuture.any(Future, Future)but with a list of futures.static CompositeFutureReturn a composite future, succeeded when all futures are succeeded, failed when any future is failed.static CompositeFutureLikeFuture.join(Future, Future)but with 3 futures.static CompositeFutureLikeFuture.join(Future, Future)but with 4 futures.static CompositeFutureLikeFuture.join(Future, Future)but with 5 futures.static CompositeFutureLikeFuture.join(Future, Future)but with 6 futures.static CompositeFutureLikeFuture.join(Future, Future)but with a list of futures.CompositeFuture.onComplete(Handler<AsyncResult<CompositeFuture>> handler) Deprecated.default CompositeFuturedefault CompositeFutureCompositeFuture.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 CompositeFutureCompositeFuture.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 CompositeFuturestatic CompositeFuturestatic CompositeFutureCompositeFutureImpl.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)