Constructor and Description |
---|
PrefixAndTail(int n) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<T> |
in() |
Attributes |
initialAttributes() |
int |
n() |
Outlet<scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>> |
out() |
FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public int n()
public FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>> shape()
Graph
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>,NotUsed>
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FlowShape<T,scala.Tuple2<scala.collection.immutable.Seq<T>,Source<T,NotUsed>>>>
public java.lang.String toString()
toString
in class java.lang.Object