Uses of Interface
io.dialob.session.engine.program.expr.arith.BinaryOperator
Packages that use BinaryOperator
-
Uses of BinaryOperator in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement BinaryOperatorMethods in io.dialob.session.engine.program.expr.arith with parameters of type BinaryOperatorModifier and TypeMethodDescriptionstatic <T> ImmutableBinaryOperator<T> ImmutableBinaryOperator.copyOf(BinaryOperator<T> instance) Creates an immutable copy of aBinaryOperatorvalue.final ImmutableBinaryOperator.Builder<T> ImmutableBinaryOperator.Builder.from(BinaryOperator<T> instance) Fill a builder with attribute values from the providedBinaryOperatorinstance.