ImmutableArrayReducerOperator<T> |
ImmutableArrayReducerOperator.Builder.build() |
|
static <T> ImmutableArrayReducerOperator<T> |
ImmutableArrayReducerOperator.copyOf(ArrayReducerOperator<T> instance) |
|
static <T> ImmutableArrayReducerOperator<T> |
ImmutableArrayReducerOperator.of(BinaryOperator<T> reducer,
Expression arrayExpression) |
Construct a new immutable ArrayReducerOperator instance.
|
ImmutableArrayReducerOperator<T> |
ImmutableArrayReducerOperator.withArrayExpression(Expression value) |
Copy the current immutable object by setting a value for the arrayExpression attribute.
|
ImmutableArrayReducerOperator<T> |
ImmutableArrayReducerOperator.withPlaceholderValue(@Nullable Object value) |
Copy the current immutable object by setting a value for the placeholderValue attribute.
|
ImmutableArrayReducerOperator<T> |
ImmutableArrayReducerOperator.withReducer(BinaryOperator<T> value) |
Copy the current immutable object by setting a value for the reducer attribute.
|