com.github.mustachejava.reflect.Guard Maven / Gradle / Ivy
package com.github.mustachejava.reflect;
/**
* Simple specialization of Predicate
*/
public interface Guard {
boolean apply(Object[] input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy