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

com.sampullara.util.TemplateFunction Maven / Gradle / Ivy

The newest version!
package com.sampullara.util;

import com.google.common.base.Function;

/**
 * Use this function if you want to transform template code rather than the results
 * of template code.
 */
public interface TemplateFunction extends Function {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy