Stay organized with collections
Save and categorize content based on your preferences.
Creates a Reducer by combining a copy of the given reducer for each output name in the given list. If the reducer has a single output, the output names are used as-is; otherwise they are prefixed to the original output names.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["Generates a new Reducer by replicating the input reducer for each specified output name."],["If the original reducer has a single output, the output names are directly applied; for multiple outputs, the names are prefixed to the original output names."],["Employs a list of output names to determine the replication and naming scheme for the new reducer."],["Utilizes the `Reducer.forEach` method for creating this multi-output reducer from a single input."]]],[]]