Class GraphDSL$

java.lang.Object
org.apache.pekko.stream.scaladsl.GraphDSL$
All Implemented Interfaces:
GraphApply

public class GraphDSL$ extends Object implements GraphApply
  • Field Details

    • MODULE$

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

    • GraphDSL$

      public GraphDSL$()
  • Method Details

    • create

      public <S extends Shape, IS extends Shape, Mat> Graph<S,scala.collection.immutable.Seq<Mat>> create(scala.collection.immutable.Seq<Graph<IS,Mat>> graphs, scala.Function1<org.apache.pekko.stream.scaladsl.GraphDSL.Builder<scala.collection.immutable.Seq<Mat>>,scala.Function1<scala.collection.immutable.Seq<IS>,S>> buildBlock)
      Creates a new Graph by importing the given graph list graphs and passing their Shapes along with the GraphDSL.Builder to the given create function.