Package akka.stream.scaladsl
Class GraphDSL$
- java.lang.Object
-
- akka.stream.scaladsl.GraphDSL$
-
- All Implemented Interfaces:
GraphApply
public class GraphDSL$ extends java.lang.Object implements GraphApply
-
-
Constructor Summary
Constructors Constructor Description GraphDSL$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 newGraph
by importing the given graph listgraphs
and passing theirShape
s along with theGraphDSL.Builder
to the given create function.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.stream.scaladsl.GraphApply
create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, 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 Detail
-
MODULE$
public static final GraphDSL$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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 newGraph
by importing the given graph listgraphs
and passing theirShape
s along with theGraphDSL.Builder
to the given create function.
-
-