public static class GraphStages.Identity$ extends GraphStages.SimpleLinearGraphStage<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
static GraphStages.Identity$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Identity$() |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Attributes |
initialAttributes() |
java.lang.String |
toString() |
in, out, shape
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public static final GraphStages.Identity$ MODULE$
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<java.lang.Object,java.lang.Object>,NotUsed>
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FlowShape<java.lang.Object,java.lang.Object>>
public java.lang.String toString()
toString
in class java.lang.Object