Class AggregateFunctions.AggregatePassThrough

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

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

    Constructors 
    Constructor Description
    AggregatePassThrough()  
  • Method Summary

    Modifier and Type Method Description
    static double set​(double newValue, double oldSum)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • set

      public static double set​(double newValue, double oldSum)