All Bundles

Func4Ref<X,Y,Z,R>

Holds a function of in types X, Y, Z and out type R

Operations

New

Constructor

New(func:(X,Y,Z)~R)
Parameters
NameTypeDescription
func(X,Y,Z)~Rfunction

Get

Gets function

method : public : Get() ~ (X,Y,Z)~R
Return
TypeDescription
(X,Y,Z)~Rfunction

Set

Sets function

method : public : Set(func:(X,Y,Z)~R) ~ Nil
Parameters
NameTypeDescription
func(X,Y,Z)~Rfunction