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

io.honeybadger.com.github.mustachejava.TemplateFunction Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package com.github.mustachejava;

import java.util.function.Function;

/**
 * Use this function if you to implement additional functions/lambdas
 * (eg. `{{#func1}}`) and want mustache.java to reparse their results again.
 */
public interface TemplateFunction extends Function {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy