public abstract static class Aggregators.AggregatorBase<V,C extends IItemConsumer<C>> extends Object implements IAggregator<V,C>
| Constructor and Description |
|---|
AggregatorBase(String name,
String description,
IType<? super V> ct) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
V |
getValue(S source) |
IType<? super V> |
getValueType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptType, newItemConsumerpublic String getName()
getName in interface IDescribablepublic String getDescription()
getDescription in interface IDescribablepublic V getValue(S source)
source - the source to build the value fromCopyright © 2019. All rights reserved.