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

org.opencds.cqf.cql.data.ExternalFunctionProvider Maven / Gradle / Ivy

There is a newer version: 1.3.12.1
Show newest version
package org.opencds.cqf.cql.data;

import java.util.List;

/**
 * Created by Darren on 2018 Feb 5.
 */
public interface ExternalFunctionProvider {
    Object evaluate(String staticFunctionName, List arguments);
}