Interface IDocumentParser

All Known Implementing Classes:
CountryCsvParser, CsvParser, WeatherCsvParser
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 IDocumentParser
Interface for parsing a document from a given file path.
Implementations should handle the logic for reading the file.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses a document from the specified file path.