Skip to content

Instantly share code, notes, and snippets.

@benweidig
Created May 16, 2020 17:04
Show Gist options
  • Save benweidig/609f1ff93e49564c2da9fa8a87e365ab to your computer and use it in GitHub Desktop.
Save benweidig/609f1ff93e49564c2da9fa8a87e365ab to your computer and use it in GitHub Desktop.
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