se.mockachino.matchers.matcher
Interface Matcher<T>


public interface Matcher<T>


Method Summary
 java.lang.Class<T> getType()
           
 boolean matches(T value)
           
 

Method Detail

matches

boolean matches(T value)

getType

java.lang.Class<T> getType()