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

Fix And operator #231

Conversation

Didovgopoly
Copy link

@Didovgopoly Didovgopoly commented Jun 14, 2019

var result = firstSource.Connect().And(secondSource.Connect());

if firstSource had items before And operation, they will appear in result even if they are not presented in secondSource

@RolandPheasant RolandPheasant merged commit d5347ab into reactivemarbles:master Jul 2, 2019
@lock lock bot locked and limited conversation to collaborators Sep 30, 2019
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.

None yet

2 participants