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

cdc.bench.support.checks.Checker Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package cdc.bench.support.checks;

public interface Checker {
    public CheckResult check(T input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy