com.greenpepper.call.ResultMatcher Maven / Gradle / Ivy
package com.greenpepper.call;
/**
* ResultMatcher interface.
*
* @author oaouattara
* @version $Id: $Id
*/
public interface ResultMatcher
{
/**
* matches.
*
* @param result a {@link com.greenpepper.call.Result} object.
* @return a boolean.
*/
boolean matches(Result result);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy