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

utils.reflection.ConditionalFunction Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package utils.reflection;

@FunctionalInterface
public interface ConditionalFunction {
    boolean execute();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy