Nodes/comfy-ovum/_.inject
ComfyUI Node

_.inject

**Reduce** builds up a single result from a list of values, aka `inject`, or foldl iteratee takes arguments(memo, value, index) and returns memo

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

Inputs (2)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.
memoopt*memo: JSON allowed for arrays/objects where applicable.

Outputs (1)

NameTypeDescription
**