Constructor
new DefChainApply(…args)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
function | Object |
<repeatable> |
The chain to be applied If an object in the chain is a function, it is directly applied, otherwise the compute field is used as is used in other definitions |
- Source:
Methods
compute(params) → {*}
Applies the chain
Parameters:
Name | Type | Description |
---|---|---|
params |
CreateInfo | The creation info |
- Source:
Returns:
The final result of the chain
- Type
- *