com.github.mmauro94.siopeDownloader.utils.CSVRecordParser Maven / Gradle / Ivy
package com.github.mmauro94.siopeDownloader.utils;
import org.apache.commons.csv.CSVRecord;
import org.jetbrains.annotations.NotNull;
public interface CSVRecordParser {
T parse(@NotNull CSVRecord record);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy