Builder
Attributes
- Source
- Graph.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Builder[Mat]
Members list
Type members
Classlikes
Attributes
- Source
- Graph.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- Graph.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Import a graph into this module, performing a deep copy, discarding its materialized value and returning the copied Ports that are now to be connected.
Import a graph into this module, performing a deep copy, discarding its materialized value and returning the copied Ports that are now to be connected.
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Returns an Outlet that gives access to the materialized value of this graph. Once the graph is materialized this outlet will emit exactly one element which is the materialized value. It is possible to expose this outlet as an externally accessible outlet of a Source, Sink, Flow or BidiFlow.
Returns an Outlet that gives access to the materialized value of this graph. Once the graph is materialized this outlet will emit exactly one element which is the materialized value. It is possible to expose this outlet as an externally accessible outlet of a Source, Sink, Flow or BidiFlow.
It is possible to call this method multiple times to get multiple Outlet instances if necessary. All of the outlets will emit the materialized value.
Be careful to not to feed the result of this outlet to a operator that produces the materialized value itself (for example to a Sink#fold that contributes to the materialized value) since that might lead to an unresolvable dependency cycle.
Attributes
- Returns
-
The outlet that will emit the materialized value.
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala
Attributes
- Source
- Graph.scala