combine2<T1, T2> static method

StreamCombinerProxy2<T1, T2> combine2<T1, T2>(
  1. Stream<T1> s1,
  2. Stream<T2> s2
)

Implementation

static StreamCombinerProxy2<T1, T2> combine2<T1, T2>(
        Stream<T1> s1, Stream<T2> s2) =>
    StreamCombinerProxy2(s1, s2);