Package org.apache.pekko.stream.scaladsl
Class RunnableGraph$
java.lang.Object
org.apache.pekko.stream.scaladsl.RunnableGraph$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RunnableGraph$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Mat> RunnableGraph<Mat>apply(org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder) Flow with attached input and output, can be executed.<Mat> RunnableGraph<Mat>fromGraph(Graph<ClosedShape, Mat> g) A graph with a closed shape is logically a runnable graph, this method makes it so also in type.<Mat> scala.Option<org.apache.pekko.stream.impl.TraversalBuilder>unapply(RunnableGraph<Mat> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RunnableGraph$
public RunnableGraph$()
-
-
Method Details
-
fromGraph
A graph with a closed shape is logically a runnable graph, this method makes it so also in type. -
apply
public <Mat> RunnableGraph<Mat> apply(org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder) Flow with attached input and output, can be executed. -
unapply
public <Mat> scala.Option<org.apache.pekko.stream.impl.TraversalBuilder> unapply(RunnableGraph<Mat> x$0)
-