Package com.saperion.ws.predicates
Interface CloneablePredicate<T>
- Type Parameters:
T
-
- All Superinterfaces:
Cloneable
,com.google.common.base.Predicate<T>
- All Known Implementing Classes:
FavoritesPredicate
,RolesPredicate
,TruePredicate
Identifies a generic CloneablePredicate class.
-
Method Summary
Methods inherited from interface com.google.common.base.Predicate
apply, equals
-
Method Details
-
clone
- Returns:
- Returns a cloned CloneablePredicate
instance. - Throws:
CloneNotSupportedException
-