Code Examples
A repository of 155 code examples for BeepBeep
functions.CumulateAnd Class Reference

Use a cumulative processor to perform the conjunction of a stream of Boolean values. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Use a cumulative processor to perform the conjunction of a stream of Boolean values.

Graphically, this chain of processors can be represented as:

Processor graph
Author
Sylvain Hallé Easy

Definition at line 37 of file CumulateAnd.java.


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