Package akka.stream.javadsl
Class RunnableGraph$
- java.lang.Object
 - 
- akka.stream.javadsl.RunnableGraph$
 
 
- 
public class RunnableGraph$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static RunnableGraph$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description RunnableGraph$() 
- 
Method Summary
All 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
- 
fromGraph
public <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. 
 - 
 
 -