Uses of Interface
org.springframework.data.util.CloseableIterator
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of CloseableIterator in org.springframework.data.util
Modifier and TypeMethodDescriptionstatic <T> Stream<T>
StreamUtils.createStreamFromIterator
(CloseableIterator<T> iterator) Returns aStream
backed by the givenCloseableIterator
and forwarding calls toBaseStream.close()
to the iterator.