Class RunnableGraph$

java.lang.Object
org.apache.pekko.stream.javadsl.RunnableGraph$

public class RunnableGraph$ extends Object
  • 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> graph)
      A graph with a closed shape is logically a runnable graph, this method makes it so also in type.