Files
kotlin-fork/idea/resources/intentionDescriptions/ObjectLiteralToLambdaIntention/description.html
T

6 lines
181 B
HTML

<html>
<body>
This intention converts an anonymous object literal implementing a Java interface with a single abstract method into a call with a lambda expression.
</body>
</html>