| Package | Description |
|---|---|
| org.springframework.data.util |
Core utility APIs such as a type information framework to resolve generic types.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<T> |
StreamUtils.createStreamFromIterator(CloseableIterator<T> iterator)
Returns a
Stream backed by the given CloseableIterator and forwarding calls to
BaseStream.close() to the iterator. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.