class UnzipWith5[In, A1, A2, A3, A4, A5] extends GraphStage[FanOutShape5[In, A1, A2, A3, A4, A5]]
- Alphabetic
- By Inheritance
- UnzipWith5
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new UnzipWith5(unzipper: (In) ⇒ (A1, A2, A3, A4, A5))
Type Members
-
type
Shape = FanOutShape5[In, A1, A2, A3, A4, A5]
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[FanOutShape5[In, A1, A2, A3, A4, A5], NotUsed]
- Definition Classes
- Graph
-
def
async: Graph[FanOutShape5[In, A1, A2, A3, A4, A5], 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
- UnzipWith5 → GraphStage
-
final
def
createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
- def in: Inlet[In]
-
def
initialAttributes: Attributes
- Definition Classes
- UnzipWith5 → 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[FanOutShape5[In, A1, A2, A3, A4, A5], NotUsed]
- Definition Classes
- Graph
- def out0: Outlet[A1]
- def out1: Outlet[A2]
- def out2: Outlet[A3]
- def out3: Outlet[A4]
- def out4: Outlet[A5]
-
val
shape: FanOutShape5[In, A1, A2, A3, A4, A5]
- Definition Classes
- UnzipWith5 → Graph
-
def
toString(): String
- Definition Classes
- UnzipWith5 → AnyRef → Any
- val unzipper: (In) ⇒ (A1, A2, A3, A4, A5)
-
final
def
withAttributes(attr: Attributes): Graph[FanOutShape5[In, A1, A2, A3, A4, A5], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph