v2025.6.2
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)~R

Return

TypeDescription
(X,Y,Z)~Rfunction

New

Constructor

New(func:(X,Y,Z)~R)

Parameters

NameTypeDescription
func(X,Y,Z)~Rfunction

Set

Sets function

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

Parameters

NameTypeDescription
func(X,Y,Z)~Rfunction