Uses of Interface
nbbrd.io.IOIterator
-
Packages that use IOIterator Package Description nbbrd.io -
-
Uses of IOIterator in nbbrd.io
Classes in nbbrd.io that implement IOIterator Modifier and Type Class Description classAbstractIOIterator<E>Methods in nbbrd.io that return IOIterator Modifier and Type Method Description static <E> @NonNull IOIterator<E>IOIterator. checked(@NonNull Iterator<E> iterator)static <E> @NonNull IOIterator<E>IOIterator. empty()static <E> @NonNull IOIterator<E>IOIterator. generateWhile(@NonNull IOSupplier<E> supplier, @NonNull IOPredicate<? super E> predicate)static <E> @NonNull IOIterator<E>IOIterator. iterate(@NonNull IOSupplier<E> seed, @NonNull IOPredicate<? super E> hasNext, @NonNull IOUnaryOperator<E> next)static <E> @NonNull IOIterator<E>IOIterator. singleton(@NonNull E element)Methods in nbbrd.io with parameters of type IOIterator Modifier and Type Method Description static <E> @NonNull Iterator<E>IOIterator. unchecked(@NonNull IOIterator<E> iterator)
-