Module predicates::ord [−][src]
Definition of Predicate
s for comparisons over Ord
and Eq
types.
Structs
EqPredicate | Predicate that returns |
OrdPredicate | Predicate that returns |
Functions
eq | Creates a new predicate that will return |
ge | Creates a new predicate that will return |
gt | Creates a new predicate that will return |
le | Creates a new predicate that will return |
lt | Creates a new predicate that will return |
ne | Creates a new predicate that will return |