Code Examples
A repository of 155 code examples for BeepBeep
|
Pipe processors together using the Connector object. More...
Static Public Member Functions | |
static void | main (String[] args) |
Pipe processors together using the Connector object.
The chain of processors in this example can be represented graphically as:
This example works like PipingBinary, except that it operates in push mode instead of pull mode.
The expected output of this program is:
0,2,4,6,8,10,12,14,
Definition at line 44 of file PipingUnaryPush.java.
|
static |