Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Pass stream msg into appendAs function - #3

Open
theghostbel wants to merge 1 commit into
Reactive-Extensions:masterfrom
theghostbel:patch-1
Open

theghostbel wants to merge 1 commit into
Reactive-Extensions:masterfrom
theghostbel:patch-1

Conversation

@theghostbel

Copy link
Copy Markdown

Allows to write simpler code:
before

.select(function(x){
  return _.merge(x, {
    newProp: transform(x)
  })          

after

.appendAs('newProp', transform)          

Allows to write simpler code:
```
.select(function(x){
  return _.merge(x, {
    newProp: transform(x)
  })          
```
```
.appendAs('newProp', transform)          
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant