public static class GraphStageLogic.EagerTerminateOutput$ extends java.lang.Object implements OutHandler
Modifier and Type | Field and Description |
---|---|
static GraphStageLogic.EagerTerminateOutput$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
EagerTerminateOutput$() |
Modifier and Type | Method and Description |
---|---|
void |
onPull()
Called when the output port has received a pull, and therefore ready to emit an element, i.e.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onDownstreamFinish
public static final GraphStageLogic.EagerTerminateOutput$ MODULE$
public void onPull()
OutHandler
GraphStageLogic.push()
is now allowed to be called on this port.onPull
in interface OutHandler