Attributes
- Companion
- class
- Source
- GraphStage.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GraphStageLogic.type
Members list
Type members
Classlikes
Input handler that terminates the state upon receiving completion if the given condition holds at that time. The operator fails upon receiving a failure.
Input handler that terminates the state upon receiving completion if the given condition holds at that time. The operator fails upon receiving a failure.
Attributes
- Source
- GraphStage.scala
- Supertypes
Output handler that terminates the state upon receiving completion if the given condition holds at that time. The operator fails upon receiving a failure.
Output handler that terminates the state upon receiving completion if the given condition holds at that time. The operator fails upon receiving a failure.
Attributes
- Source
- GraphStage.scala
- Supertypes
Input handler that terminates the operator upon receiving completion. The operator fails upon receiving a failure.
Input handler that terminates the operator upon receiving completion. The operator fails upon receiving a failure.
Attributes
- Source
- GraphStage.scala
- Supertypes
- Self type
-
EagerTerminateInput.type
Output handler that terminates the operator upon cancellation.
Output handler that terminates the operator upon cancellation.
Attributes
- Source
- GraphStage.scala
- Supertypes
- Self type
-
EagerTerminateOutput.type
Input handler that does not terminate the operator upon receiving completion. The operator fails upon receiving a failure.
Input handler that does not terminate the operator upon receiving completion. The operator fails upon receiving a failure.
Attributes
- Source
- GraphStage.scala
- Supertypes
- Self type
-
IgnoreTerminateInput.type
Output handler that does not terminate the operator upon cancellation.
Output handler that does not terminate the operator upon cancellation.
Attributes
- Source
- GraphStage.scala
- Supertypes
- Self type
Minimal actor to work with other actors and watch them in a synchronous ways
Minimal actor to work with other actors and watch them in a synchronous ways
Not for user instantiation, use #getStageActor.
Attributes
- Source
- GraphStage.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- GraphStage.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StageActorRef.type
Attributes
- Source
- GraphStage.scala
- Supertypes
Input handler that does not terminate the operator upon receiving completion nor failure.
Input handler that does not terminate the operator upon receiving completion nor failure.
Attributes
- Source
- GraphStage.scala
- Supertypes
- Self type
-
TotallyIgnorantInput.type