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