Package com.atlassian.jira.util
Interface Predicate<T>
- All Known Implementing Classes:
EvaluateAllPredicate
,JqlVersionPredicate
,NoBrowsePermissionPredicate
,Predicates.And
,Predicates.Composite
,Predicates.FalsePredicate
,Predicates.Or
,Predicates.TruePredicate
@Immutable
@PublicApi
public interface Predicate<T>
Evaluate an input and return true or false. Useful for filtering.
-
Method Summary
-
Method Details
-
evaluate
-