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

fun.langel.cql.execution.Executor Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.execution;

import fun.langel.cql.invoke.ExecutionContext;

/**
 * @author [email protected](GuHan)
 * @since 2022/5/17 22:17
 **/
public interface Executor {

    Result execute(ExecutionContext execCtx);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy