Interface CompatibilityTableCellFilter
-
public interface CompatibilityTableCellFilter
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 08.07.12 14:34
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(CompatibilityTableAgent agent)
boolean
matches(CompatibilityTableAgentType type)
-
-
-
Method Detail
-
matches
boolean matches(@NotNull CompatibilityTableAgent agent)
-
matches
boolean matches(@NotNull CompatibilityTableAgentType type)
-
-