public static class GraphStageLogic.ConditionalTerminateInput extends java.lang.Object implements InHandler
Constructor and Description |
---|
ConditionalTerminateInput(scala.Function0<java.lang.Object> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
onPush()
Called when the input port has a new element available.
|
void |
onUpstreamFinish()
Called when the input port is finished.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onUpstreamFailure
public ConditionalTerminateInput(scala.Function0<java.lang.Object> predicate)
public void onPush()
InHandler
GraphStageLogic.grab()
method.public void onUpstreamFinish()
InHandler
onUpstreamFinish
in interface InHandler