JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package org.dmfs.jems.predicate.elementary
Class Summary
Class
Description
Anything
<T>
A trivial
Predicate
which matches anything.
DelegatingPredicate
<T>
A
Predicate
which just delegates to another
Predicate
.
Equals
<T>
A trivial
Predicate
which delegates to
Object.equals(Object)
and matches if it returns
true
.
Nothing
<T>
A trivial
Predicate
which never matches.
SameAs
<T>
A trivial
Predicate
which compares the instances of two objects and matches if they are the same.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes