| |||||||
FRAMES NO FRAMES |
Event summary | |
---|---|
Fn | Provides static actions for functional operations such as map, reduce, filter and slice on EPL containers. |
Functional | Holds a sequence, dictionary or generator and provides fluent-style actions to perform functional operations on the contents. |
Generator | Holds an action that generates an infinite series of values, one at a time. |
Partial | Holds an action whose arguments are partially specified, leaving the remaining argument(s) to be supplied later. |
| |||||||
FRAMES NO FRAMES |