Package org.springframework.data.util
Interface Predicates
public interface Predicates
Utility methods to work with
Predicates.- Since:
- 2.7
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
isTrue
APredicatethat yields alwaystrue.- Returns:
- a
Predicatethat yields alwaystrue.
-
isFalse
APredicatethat yields alwaysfalse.- Returns:
- a
Predicatethat yields alwaysfalse.
-
negate
Returns aPredicatethat represents the logical negation ofpredicate.- Returns:
- a
Predicatethat represents the logical negation ofpredicate.
-