All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.ugent.rml.functions.MultipleRecordsFunctionExecutor Maven / Gradle / Ivy

package be.ugent.rml.functions;

import be.ugent.rml.records.Record;

import java.io.IOException;
import java.util.Map;

public interface MultipleRecordsFunctionExecutor {

    Object execute(Map records) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy