Package org.apache.pekko.stream.javadsl
Class RunnableGraph$
- java.lang.Object
- 
- org.apache.pekko.stream.javadsl.RunnableGraph$
 
- 
 public class RunnableGraph$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static RunnableGraph$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description RunnableGraph$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 Detail- 
MODULE$public static final RunnableGraph$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
fromGraphpublic <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.
 
- 
 
-