Created
May 16, 2020 17:04
-
-
Save benweidig/609f1ff93e49564c2da9fa8a87e365ab to your computer and use it in GitHub Desktop.
This file contains 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
interface FileLoader { | |
Optional<String> loadContent() throws IOException; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment