Package akka.stream.scaladsl
Class RunnableGraph$
- java.lang.Object
-
- akka.stream.scaladsl.RunnableGraph$
-
- All Implemented Interfaces:
java.io.Serializable
public class RunnableGraph$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
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>
apply(akka.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<akka.stream.impl.TraversalBuilder>
unapply(RunnableGraph<Mat> x$0)
-
-
-
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> g)
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(akka.stream.impl.TraversalBuilder traversalBuilder)
Flow with attached input and output, can be executed.
-
unapply
public <Mat> scala.Option<akka.stream.impl.TraversalBuilder> unapply(RunnableGraph<Mat> x$0)
-
-