Uses of Class
io.dialob.program.expr.arith.ImmutableInOperator.Builder
-
Packages that use ImmutableInOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableInOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableInOperator.Builder Modifier and Type Method Description static ImmutableInOperator.BuilderImmutableInOperator. builder()Creates a builder forImmutableInOperator.ImmutableInOperator.BuilderImmutableInOperator.Builder. from(InOperator instance)Fill a builder with attribute values from the providedInOperatorinstance.ImmutableInOperator.BuilderImmutableInOperator.Builder. lhs(Expression lhs)Initializes the value for thelhsattribute.ImmutableInOperator.BuilderImmutableInOperator.Builder. rhs(Expression rhs)Initializes the value for therhsattribute.
-