execute around lambda

This commit is contained in:
Eric Riese
2018-09-07 22:29:51 -04:00
parent 038befea26
commit ec6d2a8ebe
2 changed files with 7 additions and 10 deletions

View File

@ -30,6 +30,7 @@ import java.io.IOException;
* Interface for specifying what to do with the file resource.
*
*/
@FunctionalInterface
public interface FileWriterAction {
void writeFile(FileWriter writer) throws IOException;