![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Create a stream of lists from the input of multiple processors, using the ToList function. More...
Static Public Member Functions | |
static void | main (String[] args) |
Create a stream of lists from the input of multiple processors, using the ToList function.
Graphically, this chain of processors can be represented as:
The output of this program is:
[3, 2, 1] [1, 7, 1] [4, 1, 2] [1, 8, 3]
Definition at line 43 of file ToListExample.java.