You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
211 B
6 lines
211 B
2 years ago
|
|
||
|
Exercise 4.72: Why do disjoin and
|
||
|
stream-flatmap interleave the streams rather than simply append them?
|
||
|
Give examples that illustrate why interleaving works better. (Hint: Why did we
|
||
|
use interleave in 3.5.3?)
|