final class Unzip[A, B] extends UnzipWith2[(A, B), A, B]
Combine the elements of multiple streams into a stream of the combined elements.
- Source
- Graph.scala
- Alphabetic
- By Inheritance
- Unzip
- UnzipWith2
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Unzip()
Type Members
-
type
Shape = FanOutShape2[(A, B), A, B]
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[FanOutShape2[(A, B), A, B], NotUsed]
- Definition Classes
- Graph
-
def
async: Graph[FanOutShape2[(A, B), A, B], 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
- UnzipWith2 → GraphStage
-
final
def
createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
-
def
in: Inlet[(A, B)]
- Definition Classes
- UnzipWith2
-
def
initialAttributes: Attributes
- Definition Classes
- UnzipWith2 → 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[FanOutShape2[(A, B), A, B], NotUsed]
- Definition Classes
- Graph
-
def
out0: Outlet[A]
- Definition Classes
- UnzipWith2
-
def
out1: Outlet[B]
- Definition Classes
- UnzipWith2
-
val
shape: FanOutShape2[(A, B), A, B]
- Definition Classes
- UnzipWith2 → Graph
-
def
toString(): String
- Definition Classes
- Unzip → UnzipWith2 → AnyRef → Any
-
val
unzipper: ((A, B)) ⇒ (A, B)
- Definition Classes
- UnzipWith2
-
final
def
withAttributes(attr: Attributes): Graph[FanOutShape2[(A, B), A, B], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph