Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableNotOperator.Builder
Packages that use ImmutableNotOperator.Builder
-
Uses of ImmutableNotOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableNotOperator.BuilderModifier and TypeMethodDescriptionstatic ImmutableNotOperator.BuilderImmutableNotOperator.builder()Creates a builder forImmutableNotOperator.ImmutableNotOperator.Builder.expression(Expression expression) Initializes the value for theexpressionattribute.ImmutableNotOperator.Builder.from(NotOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.NotOperatorinstance.ImmutableNotOperator.Builder.from(UnaryOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.UnaryOperatorinstance.