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

support type-guards in Stream's filter method #112

Merged
merged 1 commit into from
Aug 29, 2016

Conversation

maiermic
Copy link
Contributor

If a type-guard is passed to filter, you know that the returned stream contains
only elements of the type that is checked by the type-guard.

If a type-guard is passed to filter, you know that the returned stream contains
only elements of the type that is checked by the type-guard.
@staltz staltz merged commit 34e529a into staltz:master Aug 29, 2016
@staltz
Copy link
Owner

staltz commented Aug 29, 2016

Thanks @maiermic !

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.

2 participants