Package com.queomedia.commons.equals
Interface Matcher<T>
-
- Type Parameters:
T-
public interface Matcher<T>A matcher indicates if an item matches an specific restriction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(T item)
-
-
-
Method Detail
-
matches
boolean matches(T item)
-
-