call

open override fun <R> call(arguments: Array<Any?>): R

Call the correct function for a given array of arguments.

Return

The result from dispatching the given arguments to the function definition with a compatible signature.

Parameters

arguments

The arguments with which to call the function.

Throws

If no compatible signature was found, or if more than one compatible signature was found.

Sources

jvm source
Link copied to clipboard