io.datakernel.common.tuple.TupleParser0 Maven / Gradle / Ivy
package io.datakernel.common.tuple;
import io.datakernel.common.parse.ParseException;
@FunctionalInterface
public interface TupleParser0 {
R create() throws ParseException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy