SuspendFunction

Native
1.3
@DeprecatedSinceKotlin("1.9") interface SuspendFunction<out R>
(source)
Deprecated: This interface will be removed in a future release

Represents a value of a functional type, such as a lambda, an anonymous function or a function reference.

Parameters

R - return type of the function.