ImmutableKmLambda

data class ImmutableKmLambda

Immutable representation of KmLambda.

Represents a synthetic class generated for a Kotlin lambda.

Functions

toMutable
Link copied to clipboard
fun toMutable(): KmLambda

Properties

function
Link copied to clipboard
val function: ImmutableKmFunction
Signature of the synthetic anonymous function, representing the lambda.