Class StreamFunctions.Max

java.lang.Object
com.fluxtion.ext.streaming.api.stream.StreamFunctions.Max
All Implemented Interfaces:
Stateful
Enclosing class:
StreamFunctions

public static class StreamFunctions.Max
extends java.lang.Object
implements Stateful
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fluxtion.ext.streaming.api.Stateful

    Stateful.StatefulNumber<S>
  • Constructor Summary

    Constructors 
    Constructor Description
    Max()  
  • Method Summary

    Modifier and Type Method Description
    double max​(double val)  
    void reset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.fluxtion.ext.streaming.api.Stateful

    combine, deduct, setBucketCount
  • Constructor Details

    • Max

      public Max()
  • Method Details

    • max

      public double max​(double val)
    • reset

      public void reset()
      Specified by:
      reset in interface Stateful