Class StreamUtils
java.lang.Object
org.apache.jackrabbit.oak.commons.collections.StreamUtils
Utility methods for
Stream conversions.-
Method Summary
-
Method Details
-
toStream
- Parameters:
iterable- iterable to convert- Returns:
- the stream
-
toStream
- Parameters:
iterator- iterator to convert- Returns:
- the stream (representing the remaining elements in the iterator)
-