static ImmutableNotOperator.Builder |
ImmutableNotOperator.builder() |
|
ImmutableNotOperator.Builder |
ImmutableNotOperator.Builder.expression(Expression expression) |
Initializes the value for the expression attribute.
|
ImmutableNotOperator.Builder |
ImmutableNotOperator.Builder.from(NotOperator instance) |
Fill a builder with attribute values from the provided io.dialob.program.expr.arith.NotOperator instance.
|
ImmutableNotOperator.Builder |
ImmutableNotOperator.Builder.from(UnaryOperator instance) |
Fill a builder with attribute values from the provided io.dialob.program.expr.arith.UnaryOperator instance.
|