Package com.atlassian.query.history
Interface PredicateVisitor<R>
public interface PredicateVisitor<R>
A visitor that allows you to perform operations on a
HistoryPredicate
.- Since:
- v4.3
-
Method Summary
Modifier and TypeMethodDescriptionvisit
(HistoryPredicate predicate) Visit called when accepting aHistoryPredicate
.
-
Method Details
-
visit
Visit called when accepting aHistoryPredicate
.- Parameters:
the
- node being visited.- Returns:
- The return type specified by the visitor.
-