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

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

package io.datakernel.common.tuple;

import io.datakernel.common.parse.ParseException;

@FunctionalInterface
public interface TupleParser6 {
	R create(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6) throws ParseException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy