com.github.mustachejava.util.Wrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Implementation of mustache.js for Java
package com.github.mustachejava.util;
/**
* Call a wrapped name on a set of scopes.
*/
public interface Wrapper {
Object call(Object[] scopes) throws GuardException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy