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

java.lang.Object
org.openjdk.jmc.common.item.Aggregators.AggregatorBase<V,C>
org.openjdk.jmc.common.item.Aggregators.MergingAggregator<V,C>
All Implemented Interfaces:
IDescribable, IAggregator<V,C>, IItemConsumerFactory<C>
Direct Known Subclasses:
Aggregators.FieldAggregatorBase
Enclosing class:
Aggregators

public abstract static class Aggregators.MergingAggregator<V,C extends IItemConsumer<C>> extends Aggregators.AggregatorBase<V,C>
  • Constructor Details

    • MergingAggregator

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

    • getValue

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

      public abstract V getValue(C consumer)