Class Max

  • All Implemented Interfaces:
    org.api4.java.common.aggregate.IAggregateFunction<java.lang.Double>, org.api4.java.common.aggregate.IRealsAggregateFunction

    public class Max
    extends java.lang.Object
    implements org.api4.java.common.aggregate.IRealsAggregateFunction
    The aggregation function "Max" aggregates the given values with the maximum operator, thus, returning the maximum of a list of values.
    • Constructor Summary

      Constructors 
      Constructor Description
      Max()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double aggregate​(java.util.List<java.lang.Double> values)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Max

        public Max()
    • Method Detail

      • aggregate

        public java.lang.Double aggregate​(java.util.List<java.lang.Double> values)
        Specified by:
        aggregate in interface org.api4.java.common.aggregate.IAggregateFunction<java.lang.Double>