Immutable Km Effect Expression
Immutable representation of KmEffectExpression.
Represents an effect expression, the contents of 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
component5
Link copied to clipboard
component6
Link copied to clipboard
copy
Link copied to clipboard
fun copy(flags: Flags, parameterIndex: Int?, constantValue: KmConstantValue?, isInstanceType: ImmutableKmType?, andArguments: List<ImmutableKmEffectExpression>, orArguments: List<ImmutableKmEffectExpression>): ImmutableKmEffectExpression
Content copied to clipboard
Properties
andArguments
Link copied to clipboard
constantValue
Link copied to clipboard
isInstanceType
Link copied to clipboard
orArguments
Link copied to clipboard
parameterIndex
Link copied to clipboard