public class AndHistoryPredicate extends Object implements HistoryPredicate
HistoryPredicates
composed with AND operators such that the
resulting predicate is true only if ALL of the composed predicates are true.Constructor and Description |
---|
AndHistoryPredicate(List<HistoryPredicate> predicates) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(PredicateVisitor<R> visitor)
Allows us to perform operations over the clauses based on the passed in visitor.
|
String |
getDisplayString() |
List<HistoryPredicate> |
getPredicates() |
public AndHistoryPredicate(List<HistoryPredicate> predicates)
public String getDisplayString()
getDisplayString
in interface HistoryPredicate
public <R> R accept(PredicateVisitor<R> visitor)
HistoryPredicate
accept
in interface HistoryPredicate
visitor
- the visitor to accept.public List<HistoryPredicate> getPredicates()
Copyright © 2002-2016 Atlassian. All Rights Reserved.