phia: don't use a generic iterator API where it's not necessary.
The generic, type-unsafe API is used for stream merges only. Don't use it in places in which it obscures the code.
Loading
Please register or sign in to comment
The generic, type-unsafe API is used for stream merges only. Don't use it in places in which it obscures the code.