Operator docs for Source.combine (#28195)
This commit is contained in:
parent
61bd3d42b6
commit
d385c1098a
6 changed files with 174 additions and 22 deletions
|
|
@ -630,7 +630,7 @@ object Source {
|
|||
scaladsl.Source.setup((mat, attr) => factory(mat, attr).asScala).mapMaterializedValue(_.toJava).asJava
|
||||
|
||||
/**
|
||||
* Combines several sources with fan-in strategy like `Merge` or `Concat` and returns `Source`.
|
||||
* Combines several sources with fan-in strategy like [[Merge]] or [[Concat]] into a single [[Source]].
|
||||
*/
|
||||
def combine[T, U](
|
||||
first: Source[T, _ <: Any],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue