Back to Intellij Community

Description

java/java-impl/resources/intentionDescriptions/InlineStreamMapAction/description.html

2025.3-rc-2240 B
Original Source

Inlines Stream.map() and similar calls into the next stream operation when possible.

Just as during a normal variable inline, this intention may change the code semantics if the mapping result is used more than once and has side effects.