Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableLtOperator.Builder
Packages that use ImmutableLtOperator.Builder
-
Uses of ImmutableLtOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableLtOperator.BuilderModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableLtOperator.Builder<T> ImmutableLtOperator.builder()Creates a builder forImmutableLtOperator.final ImmutableLtOperator.Builder<T> ImmutableLtOperator.Builder.from(AbstractLogicalOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.AbstractLogicalOperatorinstance.final ImmutableLtOperator.Builder<T> ImmutableLtOperator.Builder.from(InfixOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.InfixOperatorinstance.final ImmutableLtOperator.Builder<T> ImmutableLtOperator.Builder.from(LtOperator<T> instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.LtOperatorinstance.final ImmutableLtOperator.Builder<T> ImmutableLtOperator.Builder.lhs(Expression lhs) Initializes the value for thelhsattribute.final ImmutableLtOperator.Builder<T> ImmutableLtOperator.Builder.rhs(Expression rhs) Initializes the value for therhsattribute.