Interface BasicParser<T>
- All Superinterfaces:
TextLineReader.Parser<T>
- All Known Implementing Classes:
AlphaVantageParser, DatePriceParser, DetectingParser, EnumeratedColumnsParser, IEXTradingParser, LineSplittingParser, YahooParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A (CSV) parser interface. Could theoretically parse anything, but is primarily aimed towards parsing
delimited text lines.
The default implementations are based on TextLineReader.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidWill parse this file, line by line, passing the reulting objects (1 per line) to the supplied consumer.default voidWill parse this file, line by line, passing the resulting objects (1 per line) to the supplied consumer.default voiddefault voiddefault voiddefault voiddefault voiddefault voidMethods inherited from interface TextLineReader.Parser
parse
-
Method Details
-
parse
-
parse
-
parse
-
parse
-
parse
-
parse
-
parse
-
parse
-