com.stuffthathappens.classbus
Interface Matcher<T>


public interface Matcher<T>

API for matching things.

Author:
Eric M. Burke

Method Summary
 boolean matches(T object)
           
 

Method Detail

matches

boolean matches(T object)