Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableNotOperator
Packages that use ImmutableNotOperator
-
Uses of ImmutableNotOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableNotOperatorModifier and TypeMethodDescriptionImmutableNotOperator.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.final ImmutableNotOperatorImmutableNotOperator.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.