at.meks.validation.core.Matcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
This project contains the fluent api for validations
package at.meks.validation.core;
public interface Matcher {
boolean verify(T value);
}