Code Examples
A repository of 155 code examples for BeepBeep
|
Use a cumulative processor to compute the sum of all events received so far. More...
Static Public Member Functions | |
static void | main (String[] args) |
Use a cumulative processor to compute the sum of all events received so far.
Graphically, this chain of processors can be represented as:
Definition at line 37 of file CumulativeSum.java.