v2025.6.2
All Bundles

Func2Ref

Holds a function of in type X and out type R

Operations

Apply

Apply function

function : Apply(arg:X) ~ R

Parameters

NameTypeDescription
argXargument

Return

TypeDescription
Rapplied result

Get

Gets function

method : public : Get() ~ (X)~R

Return

TypeDescription
(X)~Rfunction

New

Constructor

New(func:(X)~R)

Parameters

NameTypeDescription
func(X)~Rfunction

Set

Sets function

method : public : Set(func:(X)~R) ~ Nil

Parameters

NameTypeDescription
func(X)~Rfunction