com.pivovarit.collectors package contains all internal components backing the ParallelCollectors APIsCollector used for executing parallel computations on a custom Executor
and returning them as a CompletableFuture containing a result of the application of the user-provided Collector.Collector used for executing parallel computations on a custom Executor
and returning them as CompletableFuture containing a Stream of these elements.Collector used for executing parallel computations on a custom Executor
and returning them as a CompletableFuture containing a result of the application of the user-provided Collector.Collector used for executing parallel computations on a custom Executor
and returning them as CompletableFuture containing a Stream of these elements.CollectorsCollector used for executing parallel computations on a custom Executor
and returning a Stream instance returning results as they arrive while maintaining the initial order.Collector used for executing parallel computations on a custom Executor
and returning a Stream instance returning results as they arrive while maintaining the initial order.Collector used for executing parallel computations on a custom Executor
and returning a Stream instance returning results as they arrive.Collector used for executing parallel computations on a custom Executor
and returning a Stream instance returning results as they arrive.Collector for collecting a Stream<CompletableFuture<T>>
into a CompletableFuture<R> using a provided Collector<T, ?, R>Collector for collecting a Stream<CompletableFuture<T>> into a CompletableFuture<List<T>>Copyright © 2020. All Rights Reserved.