public static class EntityHelper.HasIdPredicate<T extends IdentifiableEntity<K>,K> extends Object implements com.google.common.base.Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(T input) |
static <X extends IdentifiableEntity<Y>,Y> |
forId(Y id) |
public static <X extends IdentifiableEntity<Y>,Y> EntityHelper.HasIdPredicate<X,Y> forId(Y id)
public boolean apply(T input)
apply in interface com.google.common.base.Predicate<T extends IdentifiableEntity<K>>Copyright © 2017 Atlassian. All rights reserved.