public interface IQueryable<T>
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
IQueryResult<T> |
query(IQuery<T> query,
IProgressMonitor monitor)
Performs a query, passing any objects that satisfy the
query to the provided collector.
|
IQueryResult<T> query(IQuery<T> query, IProgressMonitor monitor)
This method is long-running; progress and cancellation are provided by the given progress monitor.
query
- The query to performmonitor
- a progress monitor, or null
if progress
reporting is not desired
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.