Created
April 3, 2018 19:41
-
-
Save adamw/ee19abfda092687f9ef6971da1147344 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
| package test; | |
| import java.util.concurrent.CompletableFuture; | |
| import java.util.function.Consumer; | |
| // implementations are omitted | |
| class User { | |
| String getProfileId() { return null; } | |
| String getEmail() { return null; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment