Skip to content

Instantly share code, notes, and snippets.

@smallufo
Created December 31, 2017 16:10
Show Gist options
  • Save smallufo/1996b2d76537599d3beaaa138cf2b97d to your computer and use it in GitHub Desktop.
Save smallufo/1996b2d76537599d3beaaa138cf2b97d to your computer and use it in GitHub Desktop.
public interface IBookService {
List<Tuple2<LocalDate , Book>> findBooks(User user , LocalDate from , LocalDate to);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment