Class StreamUtils
- java.lang.Object
-
- org.apache.jackrabbit.oak.commons.collections.StreamUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> @NotNull Stream<T>
toStream(@NotNull Iterable<T> iterable)
static <T> @NotNull Stream<T>
toStream(@NotNull Iterator<T> iterator)
-