Km Effect Type
Type 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.
Entries
Represents returns(value)
contract effect: a situation when a function returns normally with the specified return value. Return value is stored in the KmEffect.constructorArguments.
Represents returnsNotNull
contract effect: a situation when a function returns normally with any value that is not null.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.