intellij-community
intellij-community copied to clipboard
[Stream debugger] New operators support
This pull request aims to add support for operators added to the Stream API after Java 1.8.
New operators:
- Java 9
takeWhiledropWhile
- Java 16
mapMulti,mapMultiTo(Int/Long/Double)toList
@bibaev review pls