
be.ugent.rml.functions.SingleRecordFunctionExecutor Maven / Gradle / Ivy
package be.ugent.rml.functions;
import be.ugent.rml.records.Record;
import java.io.IOException;
public interface SingleRecordFunctionExecutor {
Object execute(Record record) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy