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