Interface FormatterFunc.Closeable

All Superinterfaces:
AutoCloseable, FormatterFunc
Enclosing interface:
FormatterFunc

public static interface FormatterFunc.Closeable extends FormatterFunc, AutoCloseable
Function<String, String> and BiFunction<String, File, String> whose implementation requires a resource which should be released when the function is no longer needed.