Nodes/comfy-ovum/_.iteratee
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

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.iteratee
  • obj
  • *
Categoryovum/underscore

Inputs (1)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.

Outputs (1)

NameTypeDescription
**