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

    • Constructor Detail

      • MergingAggregator

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

      • getValue

        public V getValue​(java.util.Iterator<C> consumers)
        Parameters:
        consumers - the source to build the value from
        Returns:
        the constructed value
      • getValue

        public abstract V getValue​(C consumer)