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

io.github.util.autochecker.Checker Maven / Gradle / Ivy

The newest version!
package io.github.util.autochecker;

@FunctionalInterface
public interface Checker {
    boolean goCheck(T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy