Last active
September 22, 2016 15:14
-
-
Save nwillc/3b1655fa612b7fc3c644d27245c627cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final Extractor<Bean> extractor = factory | |
.add(Bean::setSomeLong, ResultSet::getLong, 1) | |
.add(Been::setFName, ResultSet::getString, "fname") | |
.factory(Bean::new) | |
.getExtractor(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment