Class EntityHelper.HasNamePredicate<T extends NamedEntity>
java.lang.Object
com.atlassian.jira.rest.client.api.domain.EntityHelper.HasNamePredicate<T>
- All Implemented Interfaces:
com.google.common.base.Predicate<T>,Predicate<T>
- Enclosing class:
EntityHelper
public static class EntityHelper.HasNamePredicate<T extends NamedEntity>
extends Object
implements com.google.common.base.Predicate<T>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic <K extends NamedEntity>
EntityHelper.HasNamePredicate<K> 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
-
forName
-
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<T extends NamedEntity>
-