Class UncheckedIOSpliterator<T>

java.lang.Object
org.apache.commons.io.function.UncheckedIOSpliterator<T>
Type Parameters:
T - the type of elements returned by this iterator.
All Implemented Interfaces:
Spliterator<T>

final class UncheckedIOSpliterator<T> extends Object implements Spliterator<T>
A Spliterator for an IOSpliterator that throws UncheckedIOException instead of IOException. Keep package-private for now.