Class AsyncParallelCollector<T,R,C>

java.lang.Object
com.pivovarit.collectors.AsyncParallelCollector<T,R,C>
All Implemented Interfaces:
Collector<T,List<CompletableFuture<R>>,CompletableFuture<C>>

final class AsyncParallelCollector<T,R,C> extends Object implements Collector<T,List<CompletableFuture<R>>,CompletableFuture<C>>