Skip to content

Instantly share code, notes, and snippets.

@Guilherme-HRamos
Created July 28, 2019 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Guilherme-HRamos/da9b9274cd264ddb0566b99da3863096 to your computer and use it in GitHub Desktop.
Save Guilherme-HRamos/da9b9274cd264ddb0566b99da3863096 to your computer and use it in GitHub Desktop.
Medium - Android/Java Interfaces like a Boss! - Functional Interface
@FunctionalInterface
public interface Logger {
void logMessage(String message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment