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

com.lyncode.jtwig.functions.resolver.api.FunctionResolver Maven / Gradle / Ivy

The newest version!
package com.lyncode.jtwig.functions.resolver.api;

import com.google.common.base.Optional;
import com.lyncode.jtwig.functions.parameters.input.InputParameters;
import com.lyncode.jtwig.functions.resolver.model.Executable;

public interface FunctionResolver {
    Optional resolve (String name, InputParameters parameters);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy