ImmutableArrayReducerOperator.Builder<T> |
ImmutableArrayReducerOperator.Builder.arrayExpression(Expression arrayExpression) |
|
static <T> ImmutableArrayReducerOperator.Builder<T> |
ImmutableArrayReducerOperator.builder() |
|
ImmutableArrayReducerOperator.Builder<T> |
ImmutableArrayReducerOperator.Builder.from(ArrayReducerOperator<T> instance) |
Fill a builder with attribute values from the provided ArrayReducerOperator instance.
|
ImmutableArrayReducerOperator.Builder<T> |
ImmutableArrayReducerOperator.Builder.placeholderValue(@Nullable Object placeholderValue) |
|
ImmutableArrayReducerOperator.Builder<T> |
ImmutableArrayReducerOperator.Builder.reducer(BinaryOperator<T> reducer) |
Initializes the value for the reducer attribute.
|