KmLambda

class KmLambda : KmLambdaVisitor

Represents a synthetic class generated for a Kotlin lambda.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
lateinit var function: KmFunction

Signature of the synthetic anonymous function, representing the lambda.

Functions

Link copied to clipboard
open fun visitEnd()

Visits the end of the lambda.