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