public static class EntityHelper.HasNamePredicate<T extends NamedEntity>
extends java.lang.Object
implements com.google.common.base.Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(T input) |
static <K extends NamedEntity> |
forName(java.lang.String name) |
public static <K extends NamedEntity> EntityHelper.HasNamePredicate<K> forName(java.lang.String name)
public boolean apply(T input)
apply in interface com.google.common.base.Predicate<T extends NamedEntity>Copyright © 2013 Atlassian. All Rights Reserved.