=str #16259 Added more red-face testing of the stream Java DSL
This commit is contained in:
parent
773379e748
commit
91d29cbb3a
6 changed files with 662 additions and 283 deletions
|
|
@ -208,7 +208,7 @@ class Source[+Out](delegate: scaladsl.Source[Out]) {
|
|||
* source.
|
||||
*/
|
||||
def concat[Out2 >: Out](second: Source[Out2]): Source[Out2] =
|
||||
delegate.concat(second.asScala).asJava
|
||||
Source.concat(this, second)
|
||||
|
||||
/**
|
||||
* Shortcut for running this `Source` with a foreach procedure. The given procedure is invoked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue