public interface HistoryPredicate
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() |
String getDisplayString()
<R> R accept(PredicateVisitor<R> visitor)
visitor
- the visitor to accept.Copyright © 2002-2023 Atlassian. All Rights Reserved.