Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableBinaryOperator
Packages that use ImmutableBinaryOperator
-
Uses of ImmutableBinaryOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableBinaryOperatorModifier and TypeMethodDescriptionImmutableBinaryOperator.Builder.build()Builds a newImmutableBinaryOperator.static <T> ImmutableBinaryOperator<T> ImmutableBinaryOperator.copyOf(BinaryOperator<T> instance) Creates an immutable copy of aBinaryOperatorvalue.final ImmutableBinaryOperator<T> ImmutableBinaryOperator.withNodes(Expression... elements) Copy the current immutable object with elements that replace the content ofnodes.final ImmutableBinaryOperator<T> ImmutableBinaryOperator.withNodes(Iterable<? extends Expression> elements) Copy the current immutable object with elements that replace the content ofnodes.final ImmutableBinaryOperator<T> ImmutableBinaryOperator.withReducer(Reducer<T> value) Copy the current immutable object by setting a value for thereducerattribute.