Interface IsConflicting.Covers<T>
-
- All Known Implementing Classes:
BooleanConditionInspector,ComparableConditionInspector,NumericIntegerConditionInspector,StringConditionInspector
- Enclosing interface:
- IsConflicting<T>
public static interface IsConflicting.Covers<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancovers(java.lang.Comparable<T> other)
-
-
-
Method Detail
-
covers
boolean covers(java.lang.Comparable<T> other)
-
-