Uses of Interface
io.dialob.program.expr.arith.NotOperator
-
Packages that use NotOperator Package Description io.dialob.program.expr.arith -
-
Uses of NotOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement NotOperator Modifier and Type Class Description classImmutableNotOperatorImmutable implementation ofNotOperator.Methods in io.dialob.program.expr.arith with parameters of type NotOperator Modifier and Type Method Description static ImmutableNotOperatorImmutableNotOperator. copyOf(NotOperator instance)Creates an immutable copy of aNotOperatorvalue.ImmutableNotOperator.BuilderImmutableNotOperator.Builder. from(NotOperator instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.NotOperatorinstance.
-