All Bundles
FuncRef
Holds a function of in/out type R
Operations
Get
Gets function
method : public : Get() ~ ()~R
Return
Type | Description |
---|
()~R | function |
New
Constructor
New(func:()~R)
Parameters
Name | Type | Description |
---|
func | ()~R | function |
Set
Sets function
method : public : Set(func:()~R) ~ Nil
Parameters
Name | Type | Description |
---|
func | ()~R | function |