Interface Summary |
CollectionAction |
An action that operates on a collection of values. |
CollectionActionClass |
Class proxy for type CollectionAction. |
CollectionActionsPackage |
|
FilterAction |
The filter action applies a subaction to every slice of inputs. |
FilterActionClass |
Class proxy for type FilterAction. |
IterateAction |
The iterate action applies an action repeatedly, once for each
input slice. |
IterateActionClass |
Class proxy for type IterateAction. |
MapAction |
The map action applies a subaction to each input slice. |
MapActionClass |
Class proxy for type MapAction. |
ReduceAction |
The reduce action applies an associative binary subaction
repeatedly to adjacent pairs of slices from the input
collections, until the (intermediate working) collection is
reduced to a single slice of scalar values, which together
constitute the output values of the reduce action. |
ReduceActionClass |
Class proxy for type ReduceAction. |