
com.github.mustachejava.util.Wrapper Maven / Gradle / Ivy
package com.github.mustachejava.util;
/**
* Call a wrapped name on a set of scopes.
*/
public interface Wrapper {
Object call(Object[] scopes) throws GuardException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy