object RunnableGraph extends Serializable
- Source
- Flow.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RunnableGraph
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def fromGraph[Mat](g: [ClosedShape, Mat]): RunnableGraph[Mat]
A graph with a closed shape is logically a runnable graph, this method makes it so also in type.