
utils.reflection.ConditionalFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Utilities Show documentation
Show all versions of Utilities Show documentation
Java Utilities library containing general use utilities
package utils.reflection;
@FunctionalInterface
public interface ConditionalFunction {
boolean execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy