Class RunnableGraph$

java.lang.Object
org.apache.pekko.stream.scaladsl.RunnableGraph$
All Implemented Interfaces:
Serializable

public class RunnableGraph$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

      public static final RunnableGraph$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • RunnableGraph$

      public RunnableGraph$()
  • Method Details

    • 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(org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder)
      Flow with attached input and output, can be executed.
    • unapply

      public <Mat> scala.Option<org.apache.pekko.stream.impl.TraversalBuilder> unapply(RunnableGraph<Mat> x$0)