public class ParallelMappingScanner<T,R> extends BaseScanner<R>
current| Constructor and Description |
|---|
ParallelMappingScanner(Scanner<T> input,
boolean allowUnorderedResults,
ExecutorService executor,
int numThreads,
Function<? super T,? extends R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Try to update current to the next item, if there is one.
|
currentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvanceUntil, advanceWhile, allMatch, anyMatch, append, append, append, apply, batch, close, collate, collate, collect, collect, concat, concat, concat, concatIter, count, deduplicateConsecutive, deduplicateConsecutiveBy, distinct, distinctBy, each, empty, exclude, findFirst, findLast, findMax, findMin, flush, forEach, generate, groupBy, groupBy, groupBy, groupBy, hasAny, include, isEmpty, iterable, iterate, iterator, limit, link, list, listTo, map, maxN, minN, noneMatch, of, of, of, of, of, ofNullable, parallel, prefetch, reduce, reduce, retain, reverse, sample, shuffle, skip, sort, sort, splitBy, stream, streamDoubles, streamInts, streamLongs, take, then, toArray, toMap, toMap, toMap, toMap, toMap, toMapSupplied, toMapSupplied, toMapSupplied, toMapSuppliedpublic boolean advance()
ScannerCopyright © 2009–2022. All rights reserved.