Package org.apache.pekko.stream.javadsl
Class RunnableGraph$
java.lang.Object
org.apache.pekko.stream.javadsl.RunnableGraph$
-
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>fromGraph(Graph<ClosedShape, Mat> graph) A graph with a closed shape is logically a runnable graph, this method makes it so also in type.
-
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.
-