InvocationKind

Specifies how many times a function invokes its function parameter in place.

See ContractBuilder.callsInPlace for the details of the call-in-place function contract.

Since Kotlin

1.3

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 one or more times.

Link copied to clipboard

A function parameter will be invoked exactly one time.

Link copied to clipboard

A function parameter is called in place, but it's unknown how many times it can be called.

Properties

Link copied to clipboard
Link copied to clipboard