Created
March 9, 2018 16:09
-
-
Save deque-blog/a70e60b1365a7c56c76f16897313e8d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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