Package akka.stream.scaladsl
Class ZipWithN$
- java.lang.Object
-
- akka.stream.scaladsl.ZipWithN$
-
public class ZipWithN$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZipWithN$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A,O>
ZipWithN<A,O>apply(scala.Function1<scala.collection.immutable.Seq<A>,O> zipper, int n)
Create a newZipWithN
.
-