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

org.mockserver.matchers.Matcher Maven / Gradle / Ivy

There is a newer version: 5.15.0
Show newest version
package org.mockserver.matchers;

/**
 * @author jamesdbloom
 */
public interface Matcher {

    public boolean matches(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy