getFunctionByName

abstract fun getFunctionByName(name: String): Function<*>?

Looks up a function by name.

Return

the corresponding function, if it exists

Parameters

name

name of the function to look up, case-sensitive