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, wrapInReadAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SearchRequestQuery(Project project, SearchRequestCollector requests)
protected boolean processResults(Processor<? super PsiReference> consumer)
AbstractQuery
processResults
in class AbstractQuery<PsiReference>
public java.lang.String toString()
toString
in class java.lang.Object