Skip to content

Conversation

@ChristopherDavenport
Copy link
Contributor

This exposes a new API to the BufferedIterator trait. It will return the next element of an iterator as an Option. The return will be Some(value) if there is a next value, and None if there is not a next element.

This has been squashed and documentation put in place. Was previously covered by #5277

This exposes a new API to the BufferedIterator trait. It will return the next element of an iterator as an Option.  The return will be  Some(value) if there is a next value, and None if there is not a next element.
@szeiger
Copy link
Contributor

szeiger commented Jul 18, 2016

LGTM. Congratulations to your first merged PR!

@szeiger szeiger merged commit fbdbfbe into scala:2.12.x Jul 18, 2016
@ChristopherDavenport ChristopherDavenport deleted the ticket/9691-2 branch July 18, 2016 13:04
@pathikrit
Copy link
Contributor

👍

@adriaanm adriaanm added the welcome hello new contributor! label Jul 19, 2016
@adriaanm adriaanm modified the milestone: 2.12.0-RC1 Jul 21, 2016
@szeiger
Copy link
Contributor

szeiger commented Jul 21, 2016

How ironic, but we don't really have any way to avoid this sort of problem. The only solution I can think of that allows cross-building Slick is to make ReadAheadIterator.headOption an extension method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

welcome hello new contributor!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants