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

top.wboost.common.base.interfaces.Checker Maven / Gradle / Ivy

package top.wboost.common.base.interfaces;

public interface Checker {

    public V check(K source, Object... args);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy