Class IterableUtil
java.lang.Object
com.oracle.nosql.spring.data.core.IterableUtil
Set of helping classes and methods to get Iterable, Iterator, Stream based
on the results of a QueryRequest.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Iterable
<T> getIterableFromStream
(Stream<T> stream) static <T> Stream
<T> getStreamFromIterable
(Iterable<T> iterable) static <T> Stream
<T> getStreamFromIterator
(Iterator<T> iterator)
-
Constructor Details
-
IterableUtil
public IterableUtil()
-
-
Method Details
-
getIterableFromStream
-
getStreamFromIterable
-
getStreamFromIterator
-