Package com.apama.functional

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