![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
A few methods repeatedly used throughout the examples of this repository. More...
Classes | |
| class | BagsContains |
| Usage of the Bags.contains function. More... | |
| class | BagsFunctions |
| Illustrate the use of a few functions from the Bags class. More... | |
| class | MapPutInto |
| Use the PutInto processor to update a map from two input streams. More... | |
| class | PackExample |
| Use the Pack processor to accumulate events into a list. More... | |
| class | PackUnpack |
| See the effect of chaining a Pack processor to an Unpack processor. More... | |
| class | PutIntoExample |
| class | RunOnExample |
| Apply a processor on collections of events using the RunOn processor. More... | |
| class | ToListExample |
| Create a stream of lists from the input of multiple processors, using the ToList function. More... | |
| class | UnpackExample |
| Use the Unpack processor to feed events from a stream of lists. More... | |
| class | UnpackPush |
| See the effect of using the Unpack processor in push mode. More... | |
A few methods repeatedly used throughout the examples of this repository.