Uses of Interface
io.dialob.session.engine.program.expr.arith.GtOperator
Packages that use GtOperator
-
Uses of GtOperator in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement GtOperatorModifier and TypeClassDescriptionfinal classImmutableGtOperator<T extends Comparable<T>>Immutable implementation ofGtOperator.Methods in io.dialob.session.engine.program.expr.arith with parameters of type GtOperatorModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableGtOperator<T> ImmutableGtOperator.copyOf(GtOperator<T> instance) Creates an immutable copy of aGtOperatorvalue.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.