Code Examples
A repository of 155 code examples for BeepBeep
util.ToListExample Class Reference

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)
 

Detailed Description

Create a stream of lists from the input of multiple processors, using the ToList function.

Graphically, this chain of processors can be represented as:

Processor graph

The output of this program is:

[3, 2, 1]
[1, 7, 1]
[4, 1, 2]
[1, 8, 3]
Author
Sylvain Hallé

Definition at line 43 of file ToListExample.java.


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