Uses of Class
io.dialob.program.expr.arith.ImmutableLtOperator.Builder
-
Packages that use ImmutableLtOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableLtOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableLtOperator.Builder Modifier and Type Method Description static <T extends Comparable<T>>
ImmutableLtOperator.Builder<T>ImmutableLtOperator. builder()Creates a builder forImmutableLtOperator.ImmutableLtOperator.Builder<T>ImmutableLtOperator.Builder. from(LtOperator<T> instance)Fill a builder with attribute values from the providedLtOperatorinstance.ImmutableLtOperator.Builder<T>ImmutableLtOperator.Builder. lhs(Expression lhs)Initializes the value for thelhsattribute.ImmutableLtOperator.Builder<T>ImmutableLtOperator.Builder. rhs(Expression rhs)Initializes the value for therhsattribute.
-