Uses of Interface
io.dialob.program.expr.arith.BinaryOperator
-
Packages that use BinaryOperator Package Description io.dialob.program.expr.arith -
-
Uses of BinaryOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement BinaryOperator Modifier and Type Class Description classImmutableBinaryOperator<T>Immutable implementation ofBinaryOperator.Methods in io.dialob.program.expr.arith with parameters of type BinaryOperator Modifier and Type Method Description static <T> ImmutableBinaryOperator<T>ImmutableBinaryOperator. copyOf(BinaryOperator<T> instance)Creates an immutable copy of aBinaryOperatorvalue.ImmutableBinaryOperator.Builder<T>ImmutableBinaryOperator.Builder. from(BinaryOperator<T> instance)Fill a builder with attribute values from the providedBinaryOperatorinstance.
-