Skip to content

Instantly share code, notes, and snippets.

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