!str #17923 remove javadsl's elements method, due to compiler bug
This commit is contained in:
parent
662dd035a0
commit
6532c27d4a
1 changed files with 0 additions and 6 deletions
|
|
@ -146,12 +146,6 @@ object Source {
|
|||
def single[T](element: T): Source[T, Unit] =
|
||||
new Source(scaladsl.Source.single(element))
|
||||
|
||||
/**
|
||||
* Create a `Source` with the given elements.
|
||||
*/
|
||||
def elements[T](elems: T*): Source[T, Unit] =
|
||||
new Source(scaladsl.Source(() ⇒ elems.iterator))
|
||||
|
||||
/**
|
||||
* Create a `Source` that will continually emit the given element.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue