KmEffectInvocationKind

Number of invocations of a lambda parameter specified by 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.

Entries

Link copied to clipboard

A function parameter will be invoked one time or not invoked at all.

Link copied to clipboard

A function parameter will be invoked exactly one time.

Link copied to clipboard

A function parameter will be invoked one or more times.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.