ImmutableBinaryOperator<T> |
ImmutableBinaryOperator.Builder.build() |
|
static <T> ImmutableBinaryOperator<T> |
ImmutableBinaryOperator.copyOf(BinaryOperator<T> instance) |
|
ImmutableBinaryOperator<T> |
ImmutableBinaryOperator.withNodes(Expression... elements) |
Copy the current immutable object with elements that replace the content of nodes.
|
ImmutableBinaryOperator<T> |
ImmutableBinaryOperator.withNodes(Iterable<? extends Expression> elements) |
Copy the current immutable object with elements that replace the content of nodes.
|
ImmutableBinaryOperator<T> |
ImmutableBinaryOperator.withReducer(Reducer<T> value) |
Copy the current immutable object by setting a value for the reducer attribute.
|