CallsInPlace

An effect of calling a functional parameter in place.

A function is said to call its functional parameter in place, if the functional parameter is only invoked while the execution has not been returned from the function, and the functional parameter cannot be invoked after the function is completed.

Since Kotlin

1.3

See also