Interface ToFileWriter<T>

All Superinterfaces:
AutoCloseable, AutoConsumer<T>, AutoFunctional, Closeable, Consumer<T>
All Known Implementing Classes:
DataWriter, TextLineWriter

public interface ToFileWriter<T> extends AutoConsumer<T>, Closeable