kotlin.Function

Function

interface Function<out R>

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.

Inherited Functions

equals

open operator fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

登录查看完整内容