Interface IQueryable<T>

    • Method Detail

      • query

        IQueryResult<T> query​(IQuery<T> query,
                              IProgressMonitor monitor)
        Performs a query, passing any objects that satisfy the query to the provided collector.

        This method is long-running; progress and cancellation are provided by the given progress monitor.

        Parameters:
        query - The query to perform
        monitor - a progress monitor, or null if progress reporting is not desired
        Returns:
        The collector argument