Class ParallelIterable<T>

    • Constructor Detail

      • ParallelIterable

        public ParallelIterable​(java.lang.Iterable<? extends java.lang.Iterable<T>> iterables,
                                java.util.concurrent.ExecutorService workerPool)