io.datakernel.common.tuple.TupleParser4 Maven / Gradle / Ivy
package io.datakernel.common.tuple;
import io.datakernel.common.parse.ParseException;
@FunctionalInterface
public interface TupleParser4 {
R create(T1 value1, T2 value2, T3 value3, T4 value4) throws ParseException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy