- All Implemented Interfaces:
Predicate<T>
- Enclosing class:
- Predicates
public static final class Predicates.UniquePredicate<T>
extends Object
implements Predicate<T>
- Since:
- 3.4
- Author:
- Eike Stepper
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UniquePredicate
public UniquePredicate()
-
Method Details
-
apply
public boolean apply(T element)
- Specified by:
apply
in interface Predicate<T>