Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add combine typed signature #270

Merged
merged 1 commit into from
Feb 15, 2019
Merged

Add combine typed signature #270

merged 1 commit into from
Feb 15, 2019

Conversation

wclr
Copy link
Contributor

@wclr wclr commented Feb 15, 2019

Add combine method typed signature. Allows getting a typed result when combining a list of homogeneous streams.

const item$s = items.map(item => xs.of(item))

const items$ = xs.combine(...items) // <= Stream<Items[]>

Add combine typed signature. Allows getting a typed result when combining a list of homogeneous streams.

```
const item$s = items.map(item => xs.of(item))

items$ = xs.combine(items) // <= Stream<Items[]>
```
@staltz staltz merged commit 5ee4037 into staltz:master Feb 15, 2019
@staltz
Copy link
Owner

staltz commented Feb 15, 2019

Really useful patch! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants