intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

[Stream debugger] New operators support

Open Soarex16 opened this issue 2 years ago • 1 comments

This pull request aims to add support for operators added to the Stream API after Java 1.8.

New operators:

  • Java 9
    • takeWhile
    • dropWhile
  • Java 16
    • mapMulti, mapMultiTo(Int/Long/Double)
    • toList

Soarex16 avatar Apr 05 '23 17:04 Soarex16

@bibaev review pls

Soarex16 avatar Apr 05 '23 17:04 Soarex16