Uses of Interface
dev.webfx.platform.async.Promise
Packages that use Promise
-
Uses of Promise in dev.webfx.platform.async
Methods in dev.webfx.platform.async that return PromiseModifier and TypeMethodDescriptionstatic <T> Promise<T>
Promise.promise()
Create a promise that hasn't completed yetMethods in dev.webfx.platform.async with parameters of type PromiseModifier and TypeMethodDescription<R> boolean
Batch.executeIfSingularBatch
(Promise<Batch<R>> promise, IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Batch.executeParallel
(Promise<Batch<R>> promise, IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Batch.executeSerial
(Promise<Batch<R>> promise, IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Method parameters in dev.webfx.platform.async with type arguments of type Promise -
Uses of Promise in dev.webfx.platform.async.impl
Subinterfaces of Promise in dev.webfx.platform.async.implClasses in dev.webfx.platform.async.impl that implement Promise