Class AggregateFunctions.AggregateMin

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

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

    Constructors 
    Constructor Description
    AggregateMin()  
  • Method Summary

    Modifier and Type Method Description
    static int minimum​(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

    • minimum

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