o_IsFunction

abstract fun o_IsFunction(self: AvailObject): Boolean

Is the specified AvailObject an Avail function?

Return

true if the argument is a function, false otherwise.

See also

Parameters

self