public interface

PredicateVisitor

com.atlassian.query.history.PredicateVisitor<R>

Class Overview

A visitor that allows you to perform operations on a HistoryPredicate.

Summary

Public Methods
R visit(HistoryPredicate predicate)
Visit called when accepting a HistoryPredicate.

Public Methods

public R visit (HistoryPredicate predicate)

Visit called when accepting a HistoryPredicate.

Returns
  • The return type specified by the visitor.