Class RepositoryCacheKeyPredicate<T extends RepositoryCacheKey>

java.lang.Object
sonia.scm.repository.RepositoryCacheKeyPredicate<T>
All Implemented Interfaces:
com.google.common.base.Predicate<T>, Predicate<T>

public class RepositoryCacheKeyPredicate<T extends RepositoryCacheKey> extends Object implements com.google.common.base.Predicate<T>
Since:
1.17
  • Constructor Details

    • RepositoryCacheKeyPredicate

      public RepositoryCacheKeyPredicate(String repositoryId)
  • Method Details

    • apply

      public boolean apply(T item)
      Specified by:
      apply in interface com.google.common.base.Predicate<T extends RepositoryCacheKey>