Class AggregateFunctions.AggregateMax

java.lang.Object
com.fluxtion.ext.streaming.api.group.AggregateFunctions.AggregateMax
All Implemented Interfaces:
NumericFunctionStateless
Enclosing class:
AggregateFunctions

public static class AggregateFunctions.AggregateMax
extends java.lang.Object
implements NumericFunctionStateless
  • Constructor Summary

    Constructors 
    Constructor Description
    AggregateMax()  
  • Method Summary

    Modifier and Type Method Description
    static int maximum​(int newValue, int oldValue)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • maximum

      public static int maximum​(int newValue, int oldValue)