readerFor

fun <T : Any> readerFor(type: KClass<T>, schema: CsvSchema): (String) -> List<T>