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

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

package com.mzt.logapi.service;

public interface IFunctionService {

    String apply(String functionName, Object value);

    boolean beforeFunction(String functionName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy