Immutable Km Effect
data class ImmutableKmEffect
Content copied to clipboard
Immutable representation of KmEffect.
Represents an effect (a part of the contract of a Kotlin function).
Contracts are an internal feature of the standard Kotlin library, and their behavior and/or binary format may change in a subsequent release.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(type: KmEffectType, invocationKind: KmEffectInvocationKind?, constructorArguments: List<ImmutableKmEffectExpression>, conclusion: ImmutableKmEffectExpression?): ImmutableKmEffect
Content copied to clipboard
Properties
conclusion
Link copied to clipboard
constructorArguments
Link copied to clipboard
invocationKind
Link copied to clipboard