fun.langel.cql.invoke.Invoker Maven / Gradle / Ivy
The newest version!
package fun.langel.cql.invoke;
import fun.langel.cql.invoke.support.EmptyInvoker;
/**
* @author [email protected](GuHan)
* @since 2021/10/19 10:03 下午
**/
public interface Invoker {
Invoker EMPTY = new EmptyInvoker();
Result invoke(Invocation iv);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy