com.atlassian.jira.rest.client
Class TestUtil.HasNamePredicate<T extends NamedEntity>
java.lang.Object
com.atlassian.jira.rest.client.TestUtil.HasNamePredicate<T>
- All Implemented Interfaces:
- com.google.common.base.Predicate<T>
- Enclosing class:
- TestUtil
public static class TestUtil.HasNamePredicate<T extends NamedEntity>
- extends Object
- implements com.google.common.base.Predicate<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Predicate |
equals |
forName
public static <K extends NamedEntity> TestUtil.HasNamePredicate<K> forName(String name)
apply
public boolean apply(T input)
- Specified by:
apply in interface com.google.common.base.Predicate<T extends NamedEntity>
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.