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

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

package org.sfm.text;

import java.io.InputStream;

import org.sfm.utils.Handler;

public final class StaticCsvMapper implements CsvMapper {
	@Override
	public > H forEach(final InputStream is, final H handle) throws Exception {
		return handle;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy