parent
63ccdeec16
commit
b1df13d4d4
221 changed files with 1528 additions and 1580 deletions
|
|
@ -15,7 +15,7 @@ class MigrationsScala extends AkkaSpec {
|
|||
Flow[Int].expand(Iterator.continually(_))
|
||||
//#expand-continually
|
||||
//#expand-state
|
||||
Flow[Int].expand(i => {
|
||||
Flow[Int].expand(i ⇒ {
|
||||
var state = 0
|
||||
Iterator.continually({
|
||||
state += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue