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

com.mzt.logapi.service.IFunctionService Maven / Gradle / Ivy

There is a newer version: 3.0.6-oxadmin
Show newest version
package com.mzt.logapi.service;

public interface IFunctionService {

    String apply(String functionName, Object value);

    boolean beforeFunction(String functionName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy