Sha256: 645245e57d2c9244fea4ea8ebfa03c2353624d9c8cb44c88e00893848609159c

Contents?: true

Size: 617 Bytes

Versions: 153

Compression:

Stored size: 617 Bytes

Contents

var createFlow = require('../internal/createFlow');

/**
 * Creates a function that returns the result of invoking the provided
 * functions with the `this` binding of the created function, where each
 * successive invocation is supplied the return value of the previous.
 *
 * @static
 * @memberOf _
 * @category Function
 * @param {...Function} [funcs] Functions to invoke.
 * @returns {Function} Returns the new function.
 * @example
 *
 * function square(n) {
 *   return n * n;
 * }
 *
 * var addSquare = _.flow(_.add, square);
 * addSquare(1, 2);
 * // => 9
 */
var flow = createFlow();

module.exports = flow;

Version data entries

153 entries across 80 versions & 8 rubygems

Version Path
ilog-0.4.1 node_modules/contents/node_modules/lodash/function/flow.js
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/function/flow.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/function/flow.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/function/flow.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/function/flow.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/function/flow.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/function/flow.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/function/flow.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js