Uses of Interface
io.dialob.program.expr.arith.InOperator
-
Packages that use InOperator Package Description io.dialob.program.expr.arith -
-
Uses of InOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement InOperator Modifier and Type Class Description classImmutableInOperatorImmutable implementation ofInOperator.Methods in io.dialob.program.expr.arith with parameters of type InOperator Modifier and Type Method Description static ImmutableInOperatorImmutableInOperator. copyOf(InOperator instance)Creates an immutable copy of aInOperatorvalue.ImmutableInOperator.BuilderImmutableInOperator.Builder. from(InOperator instance)Fill a builder with attribute values from the providedInOperatorinstance.
-