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

6 lines
180 B
HTML

<html>
<body>
This intention converts a for-loop into a sequence of stdlib-operations (like "map", "filter" etc) with lazy evaluation (using 'asSequence()' method)
</body>
</html>