Package org.dmfs.jems2.predicate
package org.dmfs.jems2.predicate
-
ClassesClassDescriptionAllOf<T>A
Predicatewhich is satisfied if all of a given number of predicates are satisfied.AnyOf<T>APredicatewhich is satisfied if any of a given number of predicates are satisfied.Anything<T>A trivialPredicatewhich matches anything.Equals<T>Having<Original,Derived> In<T extends Comparable<T>>APredicatewhich is satisfied byComparableelements within a specific closed interval.LeftWith<Left>NoneOf<T>APredicatewhich matches if none of another sequence of predicates matches.Not<T>Nothing<T>A trivialPredicatewhich never matches.PairWith<Left,Right> RightWith<Right>SameAs<T>A trivialPredicatewhich compares the instances of two objects and matches if they are the same.SingleWith<V>