Companion

Functions

Link copied to clipboard
fun <Func : Function<Any?>, ThisArg> bind(fn: Func, type: String = definedExternally, thisArg: ThisArg = definedExternally): Func

Binds the given function to the current execution context.