Class Aggregators.MergingAggregator<V,​C extends IItemConsumer<C>>

    • Constructor Detail

      • MergingAggregator

        public MergingAggregator​(String name,
                                 String description,
                                 IType<? super V> ct)
    • Method Detail

      • getValue

        public V getValue​(Iterator<C> consumers)
      • getValue

        public abstract V getValue​(C consumer)