Interface AggregateSeriesFunction<T>


  • public interface AggregateSeriesFunction<T>
    • Method Detail

      • aggregate

        T aggregate​(Cuboid cuboid,
                    java.lang.Iterable<java.lang.Object> rows)