Package com.atlassian.jira.util
Class EvaluateAllPredicate<T>
java.lang.Object
com.atlassian.jira.util.EvaluateAllPredicate<T>
- All Implemented Interfaces:
Predicate<T>
- Direct Known Subclasses:
JqlVersionPredicate
A predicate that checks that all the given predicates evaulate to true for the specified input.
It is fail fast.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary