|
|
|
|
|
by Veedrac
3836 days ago
|
|
> Well, iterators are cool and useful, but many operators like map(), filter() and flatMap() can be applied on things that don't necessarily produce values. You've lost me. You need to apply the function in `flatMap` to something, and `flatMap` by definition will output zero or more values. So what do you mean? |
|