ImmutableKmLambda

data class ImmutableKmLambda

Immutable representation of KmLambda.

Represents a synthetic class generated for a Kotlin lambda.

Functions

component1
Link copied to clipboard
operator fun component1(): ImmutableKmFunction
copy
Link copied to clipboard
fun copy(function: ImmutableKmFunction): ImmutableKmLambda
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toMutable
Link copied to clipboard
fun toMutable(): KmLambda
toString
Link copied to clipboard
open override fun toString(): String

Properties

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