Skip to content

Instantly share code, notes, and snippets.

@corgrath
Created August 23, 2016 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corgrath/131b9afdc533cf33c947497e9d44ac0d to your computer and use it in GitHub Desktop.
Save corgrath/131b9afdc533cf33c947497e9d44ac0d to your computer and use it in GitHub Desktop.
Game[] games = new Game[1];
databaseService.select(statement, (rs) -> {
games[0] = new Game(rs);
});
return games[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment