=str #19128 #19127 rename Source/Sink factory apply overloads

This commit is contained in:
Martynas Mickevičius 2015-12-17 11:48:30 +02:00
parent d7b45e0fc3
commit e6e476d82a
146 changed files with 910 additions and 740 deletions

View file

@ -57,7 +57,7 @@ class StreamPartialFlowGraphDocSpec extends AkkaSpec {
// prepare graph elements
val zip = b.add(Zip[Int, Int]())
def ints = Source(() => Iterator.from(1))
def ints = Source.fromIterator(() => Iterator.from(1))
// connect the graph
ints.filter(_ % 2 != 0) ~> zip.in0