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