All Bundles
Func4Ref
Holds a function of in types X, Y, Z and out type R
Operations
Get
Gets function
method : public : Get() ~ (X,Y,Z)~RReturn
| Type | Description |
|---|
| (X,Y,Z)~R | function |
New
Constructor
New(func:(X,Y,Z)~R)Parameters
| Name | Type | Description |
|---|
| func | (X,Y,Z)~R | function |
Set
Sets function
method : public : Set(func:(X,Y,Z)~R) ~ NilParameters
| Name | Type | Description |
|---|
| func | (X,Y,Z)~R | function |