ZipWithN

org.apache.pekko.stream.scaladsl.ZipWithN
See theZipWithN companion class
object ZipWithN

Attributes

Companion
class
Source
Graph.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZipWithN.type

Members list

Value members

Concrete methods

def apply[A, O](zipper: (Seq[A]) => O)(n: Int): ZipWithN[A, O]

Create a new ZipWithN.

Create a new ZipWithN.

Attributes

Source
Graph.scala