class ZipWith4[A1, A2, A3, A4, O] extends GraphStage[FanInShape4[A1, A2, A3, A4, O]]
- Alphabetic
- By Inheritance
- ZipWith4
- GraphStage
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ZipWith4(zipper: (A1, A2, A3, A4) ⇒ O)
Type Members
-
type
Shape = FanInShape4[A1, A2, A3, A4, O]
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[FanInShape4[A1, A2, A3, A4, O], NotUsed]
- Definition Classes
- Graph
-
def
async: Graph[FanInShape4[A1, A2, A3, A4, O], 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
- ZipWith4 → GraphStage
-
final
def
createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- Definition Classes
- GraphStage → GraphStageWithMaterializedValue
- val in0: Inlet[A1]
- val in1: Inlet[A2]
- val in2: Inlet[A3]
- val in3: Inlet[A4]
-
def
initialAttributes: Attributes
- Definition Classes
- ZipWith4 → 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[FanInShape4[A1, A2, A3, A4, O], NotUsed]
- Definition Classes
- Graph
- def out: Outlet[O]
- val shape: FanInShape4[A1, A2, A3, A4, O]
-
def
toString(): String
- Definition Classes
- ZipWith4 → AnyRef → Any
-
final
def
withAttributes(attr: Attributes): Graph[FanInShape4[A1, A2, A3, A4, O], NotUsed]
- Definition Classes
- GraphStageWithMaterializedValue → Graph
- val zipper: (A1, A2, A3, A4) ⇒ O