static class |
ApplyFunction.AllMatchFunction |
Evaluates to true if all element of the array input Expr causes the LambdaExpr to evaluate to a
'truthy' value
|
static class |
ApplyFunction.AnyMatchFunction |
Evaluates to true if any element of the array input Expr causes the LambdaExpr to evaluate to a
'truthy' value
|
static class |
ApplyFunction.BaseFoldFunction |
Base class for family of ApplyFunction which aggregate a scalar or array value given one or more array
input Expr arguments and an array or scalar "accumulator" argument with an initial value
|
static class |
ApplyFunction.BaseMapFunction |
|
static class |
ApplyFunction.CartesianFoldFunction |
Accumulate a value for the cartesian product of 'n' array inputs arguments with an 'n + 1' argument
LambdaExpr.
|
static class |
ApplyFunction.CartesianMapFunction |
Map the cartesian product of 'n' array input arguments to an 'n' argument LambdaExpr
|
static class |
ApplyFunction.FilterFunction |
Filter an array to all elements that evaluate to a 'truthy' value for a LambdaExpr
|
static class |
ApplyFunction.FoldFunction |
Accumulate a value for a single array input with a 2 argument LambdaExpr.
|
static class |
ApplyFunction.MapFunction |
Map the scalar values of a single array input Expr to a single argument LambdaExpr
|
static class |
ApplyFunction.MatchFunction |
Base class for family of ApplyFunction which evaluate elements elements of a single array input against
a LambdaExpr to evaluate to a final 'truthy' value
|