Code Examples
A repository of 155 code examples for BeepBeep
|
Pipe multiple ApplyFunction processors to perform a more complex computation over a stream. More...
Static Public Member Functions | |
static void | main (String[] args) |
Pipe multiple ApplyFunction processors to perform a more complex computation over a stream.
The chain of processors in this example can be represented graphically as:
Definition at line 37 of file FunctionChain.java.