Class EntityHelper.HasFileNamePredicate<T extends Attachment>
java.lang.Object
com.atlassian.jira.rest.client.api.domain.EntityHelper.HasFileNamePredicate<T>
- All Implemented Interfaces:
com.google.common.base.Predicate<T>,Predicate<T>
- Enclosing class:
EntityHelper
public static class EntityHelper.HasFileNamePredicate<T extends Attachment>
extends Object
implements com.google.common.base.Predicate<T>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic <K extends Attachment>
EntityHelper.HasFileNamePredicate<K> forFileName(String fileName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Method Details
-
forFileName
public static <K extends Attachment> EntityHelper.HasFileNamePredicate<K> forFileName(String fileName) -
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<T extends Attachment>
-