|
Class Summary |
| Both |
A filter which consumes two items and produces each item in its own stack. |
| Count |
|
| Distinct |
A filter which drops any stack which has already been transmitted and behaves
like the identity filter otherwise, making a stream of stacks into a set of
stacks. |
| Each |
A primitive which consumes a list and produces each item in the list in a
separate stack. |
| Intersect |
A filter which drops any stack which has already been transmitted and behaves
like the identity filter otherwise, making a stream of stacks into a set of
stacks. |
| Limit |
A primitive which consumes a number n and produces a filter which transmits
at most n stacks. |
| Order |
|
| Scrap |
A filter which discards the stack. |
| StreamLibrary |
A collection of data flow primitives. |