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

io.datakernel.common.tuple.TupleParser1 Maven / Gradle / Ivy

package io.datakernel.common.tuple;

import io.datakernel.common.parse.ParseException;

@FunctionalInterface
public interface TupleParser1 {
	R create(T1 value1) throws ParseException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy