Uses of Interface
io.dialob.program.expr.arith.GeOperator
-
Packages that use GeOperator Package Description io.dialob.program.expr.arith -
-
Uses of GeOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement GeOperator Modifier and Type Class Description classImmutableGeOperator<T extends Comparable<T>>Immutable implementation ofGeOperator.Methods in io.dialob.program.expr.arith with parameters of type GeOperator Modifier and Type Method Description static <T extends Comparable<T>>
ImmutableGeOperator<T>ImmutableGeOperator. copyOf(GeOperator<T> instance)Creates an immutable copy of aGeOperatorvalue.ImmutableGeOperator.Builder<T>ImmutableGeOperator.Builder. from(GeOperator<T> instance)Fill a builder with attribute values from the providedGeOperatorinstance.
-