Package org.apache.pekko.stream.scaladsl
Class GraphDSL$
java.lang.Object
org.apache.pekko.stream.scaladsl.GraphDSL$
- All Implemented Interfaces:
GraphApply
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(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 newGraphby importing the given graph listgraphsand passing theirShapes along with theGraphDSL.Builderto the given create function.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.scaladsl.GraphApply
create, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph, createGraph
-
Field Details
-
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, Graph<S,Mat> 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 newGraphby importing the given graph listgraphsand passing theirShapes along with theGraphDSL.Builderto the given create function.
-