simplify materialized value computation tree, fixes #20015
- also fixes materialized value sources for graphs that import zero or one graphs, with and without Fusing
This commit is contained in:
parent
b52c498638
commit
b255a19374
31 changed files with 582 additions and 279 deletions
|
|
@ -256,6 +256,8 @@ final class Sink[-In, +Mat](delegate: scaladsl.Sink[In, Mat]) extends Graph[Sink
|
|||
override def shape: SinkShape[In] = delegate.shape
|
||||
private[stream] def module: StreamLayout.Module = delegate.module
|
||||
|
||||
override def toString: String = delegate.toString
|
||||
|
||||
/** Converts this Sink to its Scala DSL counterpart */
|
||||
def asScala: scaladsl.Sink[In, Mat] = delegate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue