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