public static interface ArrayOperators.Reduce.ReduceBuilder
| Modifier and Type | Method and Description |
|---|---|
ArrayOperators.Reduce |
reduce(AggregationExpression expression)
Define the
AggregationExpression to apply to each element in the input array in left-to-right order. |
ArrayOperators.Reduce |
reduce(ArrayOperators.Reduce.PropertyExpression... expressions)
Define the
ArrayOperators.Reduce.PropertyExpressions to apply to each element in the input array in left-to-right order. |
ArrayOperators.Reduce reduce(AggregationExpression expression)
AggregationExpression to apply to each element in the input array in left-to-right order.
ArrayOperators.Reduce.Variable.THIS and
ArrayOperators.Reduce.Variable.VALUE are available.expression - must not be null.ArrayOperators.Reduce reduce(ArrayOperators.Reduce.PropertyExpression... expressions)
ArrayOperators.Reduce.PropertyExpressions to apply to each element in the input array in left-to-right order.
ArrayOperators.Reduce.Variable.THIS and
ArrayOperators.Reduce.Variable.VALUE are available.expressions - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.