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, wait
acceptType, newItemConsumer
public String getName()
getName
in interface IDescribable
public String getDescription()
getDescription
in interface IDescribable
public V getValue(S source)
source
- the source to build the value fromCopyright © 2019. All rights reserved.