Uses of Interface
io.dialob.program.expr.arith.IsValidOperator
-
Packages that use IsValidOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsValidOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsValidOperator Modifier and Type Class Description classImmutableIsValidOperatorImmutable implementation ofIsValidOperator.Methods in io.dialob.program.expr.arith with parameters of type IsValidOperator Modifier and Type Method Description static ImmutableIsValidOperatorImmutableIsValidOperator. copyOf(IsValidOperator instance)Creates an immutable copy of aIsValidOperatorvalue.ImmutableIsValidOperator.BuilderImmutableIsValidOperator.Builder. from(IsValidOperator instance)Fill a builder with attribute values from the providedIsValidOperatorinstance.
-