Package org.apache.pekko.stream.scaladsl
Class ZipWithN$
java.lang.Object
org.apache.pekko.stream.scaladsl.ZipWithN$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ZipWithN$
public ZipWithN$()
-
-
Method Details
-
apply
public <A,O> ZipWithN<A,O> apply(scala.Function1<scala.collection.immutable.Seq<A>, O> zipper, int n) Create a newZipWithN.
-