Code Examples
A repository of 155 code examples for BeepBeep
functions.FunctionChain Class Reference

Pipe multiple ApplyFunction processors to perform a more complex computation over a stream. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

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:

Processor graph
Author
Sylvain Hallé Easy

Definition at line 37 of file FunctionChain.java.


The documentation for this class was generated from the following file: