Uses of Class
dev.webfx.platform.async.Batch
Packages that use Batch
-
Uses of Batch in dev.webfx.platform.async
Methods in dev.webfx.platform.async that return types with arguments of type BatchModifier and TypeMethodDescriptionBatch.executeIfSingularBatch
(IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Batch.executeParallel
(Promise<Batch<R>> promise, IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Batch.executeParallel
(IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Batch.executeSerial
(Promise<Batch<R>> promise, IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Batch.executeSerial
(IntFunction<R[]> arrayGenerator, AsyncFunction<A, R> asyncFunction) Method parameters in dev.webfx.platform.async with type arguments of type BatchModifier 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)