ComfyUI Node
_.iteratee
Generates a callback that can be applied to each element in a collection. Mirrors Underscore.js _.iteratee shorthand behavior: - No value: returns an identity function (lambda x: x) - Function: returns the function itself - Object (dict): returns a matcher predicate for key:value pairs - Anything else: returns a property accessor for the given key/path
_.iteratee
- obj
- *
Categoryovum/underscore
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |