Class GraphDSL$

  • All Implemented Interfaces:
    GraphApply

    public class GraphDSL$
    extends java.lang.Object
    implements GraphApply
    • Field Detail

      • MODULE$

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

      • GraphDSL$

        public GraphDSL$()
    • Method Detail

      • 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<akka.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.