Uses of Interface
com.atlassian.query.history.PredicateVisitor
-
Uses of PredicateVisitor in com.atlassian.query.history
Modifier and TypeMethodDescription<R> R
AndHistoryPredicate.accept
(PredicateVisitor<R> visitor) <R> R
HistoryPredicate.accept
(PredicateVisitor<R> visitor) Allows us to perform operations over the clauses based on the passed in visitor.<R> R
TerminalHistoryPredicate.accept
(PredicateVisitor<R> visitor)