Class StreamFunctions.IntCount

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

public static class StreamFunctions.IntCount
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
    IntCount()  
  • Method Summary

    Modifier and Type Method Description
    int increment​(java.lang.Object o)  
    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

  • Method Details