Class Streams
java.lang.Object
com.orientechnologies.common.stream.Streams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Stream<T>mergeSortedSpliterators(Stream<T> streamOne, Stream<T> streamTwo, Comparator<? super T> comparator)
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
mergeSortedSpliterators
public static <T> Stream<T> mergeSortedSpliterators(Stream<T> streamOne, Stream<T> streamTwo, Comparator<? super T> comparator)
-