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

[feature] Implement only in #2

Merged
merged 3 commits into from
Mar 13, 2014
Merged

[feature] Implement only in #2

merged 3 commits into from
Mar 13, 2014

Conversation

rhwy
Copy link
Owner

@rhwy rhwy commented Mar 13, 2014

FromElements.In(left).OnlyIn(right)

OnlyIn returns elements that are only present in rightand not in left

exemple:

var wrapped = new ListElementsWrapper<int> (new []{ 1, 2, 3 });
var joinList = wrapped.OnlyIn (new List<int>{ 1, 3, 4 });

Check.That (joinList).ContainsExactly (4);

@rhwy rhwy added the feature label Mar 13, 2014
@rhwy rhwy added this to the Minimal Usable Version milestone Mar 13, 2014
@rhwy rhwy self-assigned this Mar 13, 2014
rhwy added a commit that referenced this pull request Mar 13, 2014
@rhwy rhwy merged commit d7fdf6c into master Mar 13, 2014
@rhwy rhwy deleted the implement_only_in branch March 13, 2014 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant