Class EntityHelper.HasIdPredicate<T extends IdentifiableEntity<K>,K>
java.lang.Object
com.atlassian.jira.rest.client.api.domain.EntityHelper.HasIdPredicate<T,K>
- All Implemented Interfaces:
com.google.common.base.Predicate<T>,Predicate<T>
- Enclosing class:
EntityHelper
public static class EntityHelper.HasIdPredicate<T extends IdentifiableEntity<K>,K>
extends Object
implements com.google.common.base.Predicate<T>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic <X extends IdentifiableEntity<Y>,Y>
EntityHelper.HasIdPredicate<X, Y> forId(Y id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Method Details
-
forId
-
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<T extends IdentifiableEntity<K>>
-