Interface QueryOperationVisitor<T>

  • All Known Implementing Classes:
    QueryOperationDefaultVisitor

    @Internal
    public interface QueryOperationVisitor<T>
    Class that implements visitor pattern. It allows type safe logic on top of tree of QueryOperations.