top.hendrixshen.magiclib.dependency.api.Predicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
package top.hendrixshen.magiclib.dependency.api;
import top.hendrixshen.magiclib.dependency.api.annotation.Dependency;
/**
* A predicate class that will be constructed when parsing the {@link Dependency} annotation.
*/
@FunctionalInterface
public interface Predicate {
boolean isSatisfied(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy