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