Uses of Interface
io.dialob.program.expr.arith.IsDisabledOperator
-
Packages that use IsDisabledOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsDisabledOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsDisabledOperator Modifier and Type Class Description classImmutableIsDisabledOperatorImmutable implementation ofIsDisabledOperator.Methods in io.dialob.program.expr.arith with parameters of type IsDisabledOperator Modifier and Type Method Description static ImmutableIsDisabledOperatorImmutableIsDisabledOperator. copyOf(IsDisabledOperator instance)Creates an immutable copy of aIsDisabledOperatorvalue.ImmutableIsDisabledOperator.BuilderImmutableIsDisabledOperator.Builder. from(IsDisabledOperator instance)Fill a builder with attribute values from the providedIsDisabledOperatorinstance.
-