Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created March 9, 2018 16:08
Show Gist options
  • Save deque-blog/21ca786a0f52c40b39326b178da8e56e to your computer and use it in GitHub Desktop.
Save deque-blog/21ca786a0f52c40b39326b178da8e56e to your computer and use it in GitHub Desktop.
public interface ISuggestPosts {
Iterable<PostSummary> suggestedPostsFor(ProfileId profileId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment