public class ZipWithN$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ZipWithN$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ZipWithN$() |
| Modifier and Type | Method and Description |
|---|---|
<A,O> ZipWithN<A,O> |
apply(scala.Function1<scala.collection.immutable.Seq<A>,O> zipper,
int n)
Create a new
ZipWithN. |
public static final ZipWithN$ MODULE$
public <A,O> ZipWithN<A,O> apply(scala.Function1<scala.collection.immutable.Seq<A>,O> zipper, int n)
ZipWithN.zipper - (undocumented)n - (undocumented)