#
flowWith
Function • Works like flow, except transforms each function with the given adaper before composing them.
flowWith adapter, functions → function
Arguments
| name | type | description |
|---|---|---|
| adapter | Any | |
| functions | Any |
Returns
| name | type | description |
|---|---|---|
| function | Any |