Package io.datarouter.scanner
Class ObjectScanner<T>
java.lang.Object
io.datarouter.scanner.ObjectScanner<T>
- All Implemented Interfaces:
Scanner<T>,Closeable,AutoCloseable
public class ObjectScanner<T> extends Object implements Scanner<T>
-
Constructor Summary
Constructors Constructor Description ObjectScanner(T object) -
Method Summary
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, close, 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