Declares a tuple value that can be reused as the input to more than one functor, or used as a constant.
| Name | Type | Description |
|---|---|---|
| Constant | Tuple Type | Tuple value carried by this functor. |
None.
| Name | Type | Description |
|---|---|---|
| Object | Tuple Type | The tuple value provided as this functor's input. |
This functor passes its input value to its output unmodified, and can be used to feed the same tuple into more than one functor, or to hold a constant tuple.
Tuple