Skip to content

Instantly share code, notes, and snippets.

@nwillc
Last active September 22, 2016 15:14
Show Gist options
  • Save nwillc/3b1655fa612b7fc3c644d27245c627cc to your computer and use it in GitHub Desktop.
Save nwillc/3b1655fa612b7fc3c644d27245c627cc to your computer and use it in GitHub Desktop.
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