public final class EmptySource$ extends GraphStage<SourceShape<scala.runtime.Nothing$>>
| Modifier and Type | Field and Description |
|---|---|
static EmptySource$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
EmptySource$() |
| Modifier and Type | Method and Description |
|---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
protected Attributes |
initialAttributes() |
Outlet<scala.runtime.Nothing$> |
out() |
SourceShape<scala.runtime.Nothing$> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
createLogicAndMaterializedValuemodule, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttributes, async, namedpublic static final EmptySource$ MODULE$
public Outlet<scala.runtime.Nothing$> out()
public SourceShape<scala.runtime.Nothing$> shape()
Graphprotected Attributes initialAttributes()
initialAttributes in class GraphStageWithMaterializedValue<SourceShape<scala.runtime.Nothing$>,NotUsed>public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic in class GraphStage<SourceShape<scala.runtime.Nothing$>>public java.lang.String toString()
toString in class java.lang.Object