Uses of Interface
io.dialob.session.engine.program.expr.arith.GeOperator
Packages that use GeOperator
-
Uses of GeOperator in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement GeOperatorModifier and TypeClassDescriptionfinal classImmutableGeOperator<T extends Comparable<T>>Immutable implementation ofGeOperator.Methods in io.dialob.session.engine.program.expr.arith with parameters of type GeOperatorModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableGeOperator<T> ImmutableGeOperator.copyOf(GeOperator<T> instance) Creates an immutable copy of aGeOperatorvalue.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.