Interface IsDeficient<T>
-
- All Known Implementing Classes:
RuleInspector
public interface IsDeficient<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDeficient(T t)
-
-
-
Method Detail
-
isDeficient
boolean isDeficient(T t)
-
-