Class FlatCollectProcedureFactory<T,​V>

    • Field Detail

      • collectionSize

        private final int collectionSize
      • function

        private final Function<? super T,​? extends java.lang.Iterable<V>> function
    • Constructor Detail

      • FlatCollectProcedureFactory

        public FlatCollectProcedureFactory​(Function<? super T,​? extends java.lang.Iterable<V>> function,
                                           int newTaskSize)