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