public abstract static class Aggregators.MergingAggregator<V,C extends IItemConsumer<C>> extends Aggregators.AggregatorBase<V,C>
Constructor and Description |
---|
MergingAggregator(java.lang.String name,
java.lang.String description,
IType<? super V> ct) |
Modifier and Type | Method and Description |
---|---|
abstract V |
getValue(C consumer) |
V |
getValue(java.util.Iterator<C> consumers) |
getDescription, getName, getValueType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptType, newItemConsumer