Code Examples
A repository of 155 code examples for BeepBeep
|
Use a cumulative processor to perform the conjunction of a stream of Boolean values. More...
Static Public Member Functions | |
static void | main (String[] args) |
Use a cumulative processor to perform the conjunction of a stream of Boolean values.
Graphically, this chain of processors can be represented as:
Definition at line 37 of file CumulateAnd.java.