Libraries anvil runtime Function

class Function
extends anvil.lang.object
Function is a callable wrapper for functions and methods.

Methods

Function curry(object parameters...)
Creates a new function handle that, when called , will automatically insert all parameters given here before the actual parameters given at call site. Consequtive curries cumulate.