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

com.github.mustachejava.reflect.Guard Maven / Gradle / Ivy

There is a newer version: 0.9.14
Show newest version
package com.github.mustachejava.reflect;

/**
 * Simple specialization of Predicate
 */
public interface Guard {
  boolean apply(Object[] input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy