Interface CloneablePredicate<T>

Type Parameters:
T -
All Superinterfaces:
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>, Cloneable
Identifies a generic CloneablePredicate class.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.google.common.base.Predicate

    apply, equals