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