Class Aggregators.AggregatorBase<V,​C extends IItemConsumer<C>>

    • Constructor Detail

      • AggregatorBase

        public AggregatorBase​(String name,
                              String description,
                              IType<? super V> ct)
    • Method Detail

      • getValueType

        public IType<? super V> getValueType()
      • getValue

        public abstract V getValue​(S source)
        Parameters:
        source - the source to build the value from
        Returns:
        the constructed value