public static class EntityHelper.HasFileNamePredicate<T extends Attachment> extends Object implements com.google.common.base.Predicate<T>
Modifier and Type | Method and Description |
---|---|
boolean |
apply(T attachment) |
static <K extends Attachment> |
forFileName(String fileName) |
public static <K extends Attachment> EntityHelper.HasFileNamePredicate<K> forFileName(String fileName)
public boolean apply(T attachment)
apply
in interface com.google.common.base.Predicate<T extends Attachment>
Copyright © 2013 Atlassian. All Rights Reserved.