Class Streams
- java.lang.Object
-
- dk.cloudcreate.essentials.shared.collections.Streams
-
public class Streams extends Object
-
-
Constructor Summary
Constructors Constructor Description Streams()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <R,T,U>
Stream<R>zipOrderedAndEqualSizedStreams(Stream<T> streamT, Stream<U> streamU, BiFunction<T,U,R> zipFunction)
-
-
-
Method Detail
-
zipOrderedAndEqualSizedStreams
public static <R,T,U> Stream<R> zipOrderedAndEqualSizedStreams(Stream<T> streamT, Stream<U> streamU, BiFunction<T,U,R> zipFunction)
-
-