public abstract static class Aggregators.MinMax<V extends Comparable<V>> extends Aggregators.FieldAggregatorBase<V,Aggregators.MinMaxConsumer<V>>
Modifier and Type | Method and Description |
---|---|
V |
getValue(Aggregators.MinMaxConsumer<V> consumer) |
Aggregators.MinMaxConsumer<V> |
newItemConsumer(IType<IItem> type) |
acceptType, doGetAccessor
getValue
getDescription, getName, getValueType
public Aggregators.MinMaxConsumer<V> newItemConsumer(IType<IItem> type)
type
- an item type to get an item consumer forpublic V getValue(Aggregators.MinMaxConsumer<V> consumer)
getValue
in class Aggregators.MergingAggregator<V extends Comparable<V>,Aggregators.MinMaxConsumer<V extends Comparable<V>>>
Copyright © 2020. All rights reserved.