Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created March 9, 2018 16:09
Show Gist options
  • Select an option

  • Save deque-blog/a70e60b1365a7c56c76f16897313e8d9 to your computer and use it in GitHub Desktop.

Select an option

Save deque-blog/a70e60b1365a7c56c76f16897313e8d9 to your computer and use it in GitHub Desktop.
public interface IAccessProfileInfo {
Iterable<ProfileId> friendsOf(ProfileId profileId);
Set<Topic> favoriteTopicsOf(ProfileId profileId);
Iterable<PostSummary> lastPostsOf(ProfileId profileId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment