Files
kotlin-fork/idea/resources/intentionDescriptions/LoopToCallChainIntention/description.html
T
2016-08-16 17:37:55 +03:00

6 lines
129 B
HTML

<html>
<body>
This intention converts a for-loop into a sequence of stdlib-operations (like "map", "filter" etc)
</body>
</html>