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