Interface IAggregator<V,​C extends IItemConsumer<C>>

    • Method Detail

      • getValueType

        IType<? super V> getValueType()
        Returns:
        The type for the value
      • getValue

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