Name |
Description |
Aggregator |
Structure of a function that aggregates the values. |
ConnectorMutator |
Structure of a function that receives a outer and inner value and key
and mutates the outer value parameter. |
ConnectorProjection |
Structure of a function that receives a outer and inner value and key
and returns a value. |
ElementMutator |
Structure of a function that receives an value and key parameter
and mutates the value parameter. |
ElementProjection |
Structure of function that takes a value and key parameter
and returns a value. |
FunctionBase |
Base class of a function structure. |
FunctionEvaluationContextFactory |
Implementation of the evaluation context factory. |
MutatorBase |
Base class of a mutator function. |
ProjectionBase |
Base class of a projection function (returns a value). |