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 sequence alias for collect, custom NoSuchElementException message… #102

Merged
merged 2 commits into from Aug 20, 2015

Conversation

stevenheidel
Copy link
Contributor

…, update developers list

}
"seq" in {
val clumps = Seq(Clump.value(1), Clump.value(2))
clumpResult(Clump.sequence(clumps)) mustEqual Some(Seq(1, 2))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems to be missing a test for the varargs overload

Clump.sequence(clump1, clump2)

@stevenheidel
Copy link
Contributor Author

@fwbrasil @williamboxhall forgot that I hadn't pushed this yet. Any comments?

@fwbrasil
Copy link
Contributor

👍

1 similar comment
@williamboxhall
Copy link
Contributor

👍

fwbrasil added a commit that referenced this pull request Aug 20, 2015
Add sequence alias for collect, custom NoSuchElementException message…
@fwbrasil fwbrasil merged commit c8f7ba2 into getclump:master Aug 20, 2015
@fwbrasil
Copy link
Contributor

@stevenheidel Could you make the release for this change? Let me know if you need help with it.

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

3 participants