Uses of Class
io.dialob.program.expr.arith.ImmutableNotOperator
-
Packages that use ImmutableNotOperator Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableNotOperator in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableNotOperator Modifier and Type Method Description ImmutableNotOperatorImmutableNotOperator.Builder. build()Builds a newImmutableNotOperator.static ImmutableNotOperatorImmutableNotOperator. copyOf(NotOperator instance)Creates an immutable copy of aNotOperatorvalue.static ImmutableNotOperatorImmutableNotOperator. of(Expression expression)Construct a new immutableNotOperatorinstance.ImmutableNotOperatorImmutableNotOperator. withExpression(Expression value)Copy the current immutable object by setting a value for theexpressionattribute.
-