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

com.github.mustachejava.util.Wrapper Maven / Gradle / Ivy

There is a newer version: 0.9.14
Show newest version
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