final class ZipN[A] extends ZipWithN[A, Seq[A]]
Combine the elements of multiple streams into a stream of sequences.
A ZipN
has a n
input ports and one out
port
Emits when all of the inputs has an element available
Backpressures when downstream backpressures
Completes when any upstream completes
Cancels when downstream cancels
- Source
- Graph.scala
- Alphabetic
- By Inheritance
- ZipN
- ZipWithN
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
- by CollectionsHaveToParArray
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
-
type
Shape = UniformFanInShape[A, Seq[A]]
Type-level accessor for the shape parameter of this graph.
Type-level accessor for the shape parameter of this graph.
- Definition Classes
- Graph
Value Members
-
def
addAttributes(attr: Attributes): Graph[UniformFanInShape[A, Seq[A]], NotUsed]
- Definition Classes
- Graph
-
def
async: Graph[UniformFanInShape[A, Seq[A]], NotUsed]
Put an asynchronous boundary around this
Graph
Put an asynchronous boundary around this
Graph
- Definition Classes
- Graph
-
def
createLogic(inheritedAttributes: Attributes): GraphStageLogic
- Definition Classes
- ZipWithN → GraphStage
-
final
def
createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
-
val
inSeq: IndexedSeq[Inlet[A]]
- Definition Classes
- ZipWithN
-
def
initialAttributes: Attributes
- Definition Classes
- ZipN → ZipWithN → GraphStageWithMaterializedValue
-
final
lazy val
module: Module
INTERNAL API.
INTERNAL API.
Every materializable element must be backed by a stream layout module
- Definition Classes
- GraphStageWithMaterializedValue → Graph
-
def
named(name: String): Graph[UniformFanInShape[A, Seq[A]], NotUsed]
- Definition Classes
- Graph
-
def
out: Outlet[Seq[A]]
- Definition Classes
- ZipWithN
- val shape: UniformFanInShape[A, Seq[A]]
-
def
toParArray: ParArray[T]
- Implicit
- This member is added by an implicit conversion from ZipN[A] to CollectionsHaveToParArray[ZipN[A], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ZipN[A]) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
- def toString(): String
-
final
def
withAttributes(attr: Attributes): Graph[UniformFanInShape[A, Seq[A]], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph