![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Use the Unpack processor to feed events from a stream of lists. More...
Static Public Member Functions | |
static void | main (String[] args) |
Use the Unpack processor to feed events from a stream of lists.
Graphically, this chain of processors can be represented as:
The output of this program is:
1 3 5 4 2 4 …
Definition at line 47 of file UnpackExample.java.