public class SearchRequestQuery extends AbstractQuery<PsiReference>
| Constructor and Description |
|---|
SearchRequestQuery(Project project,
SearchRequestCollector requests) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
processResults(Processor<? super PsiReference> consumer)
Assumes consumer being capable of processing results in parallel
|
java.lang.String |
toString() |
allowParallelProcessing, delegateProcessResults, findAll, findFirst, forEach, forEachAsync, iterator, toArray, wrapInReadActionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SearchRequestQuery(Project project, SearchRequestCollector requests)
protected boolean processResults(Processor<? super PsiReference> consumer)
AbstractQueryprocessResults in class AbstractQuery<PsiReference>public java.lang.String toString()
toString in class java.lang.Object