Class Streams
java.lang.Object
dk.cloudcreate.essentials.shared.collections.Streams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <R,T, U> Stream<R> zipOrderedAndEqualSizedStreams(Stream<T> streamT, Stream<U> streamU, BiFunction<T, U, R> zipFunction)
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
zipOrderedAndEqualSizedStreams
public static <R,T, Stream<R> zipOrderedAndEqualSizedStreamsU> (Stream<T> streamT, Stream<U> streamU, BiFunction<T, U, R> zipFunction)
-