S
- source typeT
- target typepublic class InstanceofQuery<S,T> extends AbstractQuery<T>
Constructor and Description |
---|
InstanceofQuery(Query<S> delegate,
java.lang.Class<? extends T>... aClasses) |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<java.lang.Boolean> |
forEachAsync(Processor<? super T> consumer) |
protected boolean |
processResults(Processor<? super T> consumer)
Assumes consumer being capable of processing results in parallel
|
allowParallelProcessing, delegateProcessResults, findAll, findFirst, forEach, iterator, toArray, wrapInReadAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected boolean processResults(Processor<? super T> consumer)
AbstractQuery
processResults
in class AbstractQuery<T>
public AsyncFuture<java.lang.Boolean> forEachAsync(Processor<? super T> consumer)
forEachAsync
in interface Query<T>
forEachAsync
in class AbstractQuery<T>