All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sfm.text.CsvMapper Maven / Gradle / Ivy

package org.sfm.text;

import java.io.InputStream;

import org.sfm.utils.Handler;

public interface CsvMapper {
	> H forEach(InputStream is, H handle) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy