T
- the Java type of values produced by this termpublic interface BoundTerm<T> extends Bound<T>, Term
Modifier and Type | Method and Description |
---|---|
default java.util.Comparator<T> |
comparator()
Returns a
Comparator for values produced by this term. |
Type |
type()
Returns the type produced by this expression.
|