Package com.saperion.ws.predicates
Interface CloneablePredicate<T>
-
- Type Parameters:
T
-
- All Superinterfaces:
java.lang.Cloneable
,com.google.common.base.Predicate<T>
- All Known Implementing Classes:
FavoritesPredicate
,RolesPredicate
,TruePredicate
public interface CloneablePredicate<T> extends com.google.common.base.Predicate<T>, java.lang.Cloneable
Identifies a generic CloneablePredicate class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloneablePredicate<T>
clone()
-
-
-
Method Detail
-
clone
CloneablePredicate<T> clone() throws java.lang.CloneNotSupportedException
- Returns:
- Returns a cloned CloneablePredicate
instance. - Throws:
java.lang.CloneNotSupportedException
-
-