Package io.datarouter.scanner
Class AdvanceUntilScanner<T>
java.lang.Object
io.datarouter.scanner.BaseScanner<R>
io.datarouter.scanner.BaseLinkedScanner<T,T>
io.datarouter.scanner.AdvanceUntilScanner<T>
- All Implemented Interfaces:
Scanner<T>,Closeable,AutoCloseable
public class AdvanceUntilScanner<T> extends BaseLinkedScanner<T,T>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AdvanceUntilScanner(Scanner<T> input, Predicate<? super T> predicate) -
Method Summary
Modifier and Type Method Description booleanadvanceInternal()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.scanner.Scanner
advanceUntil, advanceWhile, allMatch, anyMatch, batch, collate, collate, collect, collect, concat, count, deduplicate, deduplicateBy, distinct, distinctBy, each, exclude, findAny, findFirst, findLast, flush, forEach, hasAny, include, isEmpty, iterable, iterator, limit, link, list, listTo, map, max, min, noneMatch, parallel, prefetch, reduce, retain, sample, skip, sorted, sorted, stream, streamDoubles, streamInts, streamLongs, take, toArray
-
Constructor Details
-
Method Details
-
advanceInternal
public boolean advanceInternal()- Specified by:
advanceInternalin classBaseLinkedScanner<T,T>
-