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