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