Interface ToFileWriter<T>

All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
ScoredDualWriter<T>
All Known Implementing Classes:
DataWriter, ManagedWriter, MappedWriter, QueuedWriter, ShardedWriter, ShardedWriter.GeneralShardedConsumer, ShardedWriter.PowerOf2ShardedConsumer, TextLineWriter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ToFileWriter<T> extends Closeable
Essentially just a Consumer, but assumed to be writing to a file or similar, and therefore extends Closeable.