Skip to content

Instantly share code, notes, and snippets.

@adamw
Created April 3, 2018 19:41
Show Gist options
  • Select an option

  • Save adamw/ee19abfda092687f9ef6971da1147344 to your computer and use it in GitHub Desktop.

Select an option

Save adamw/ee19abfda092687f9ef6971da1147344 to your computer and use it in GitHub Desktop.
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