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