Package org.rspeer.commons.predicate
Class Predicates
java.lang.Object
org.rspeer.commons.predicate.Predicates
Provides utilities for predicates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T>
allMatching
(Predicate<? super T> predicate, Iterable<T> elems) static <T> Predicate<T>
always()
static <T> Predicate<T>
static <T> T
firstMatching
(Predicate<? super T> predicate, Iterable<T> elems) static <T> boolean
static <T> Predicate<T>
never()
static <T> Predicate<T>
-
Constructor Details
-
Predicates
public Predicates()
-
-
Method Details
-
always
-
never
-
firstMatching
-
matching
-
allMatching
-
or
-
and
-