All Bundles

FuncRef<R>

Holds a function of in/out type R

Operations

New

Constructor

New(func:()~R)
Parameters
NameTypeDescription
func()~Rfunction

Get

Gets function

method : public : Get() ~ ()~R
Return
TypeDescription
()~Rfunction

Set

Sets function

method : public : Set(func:()~R) ~ Nil
Parameters
NameTypeDescription
func()~Rfunction