Interface TextLineInterpreter<T>

All Superinterfaces:
TextLineReader.Parser<T>, TextLineWriter.Formatter<T>

public interface TextLineInterpreter<T> extends TextLineReader.Parser<T>, TextLineWriter.Formatter<T>