org.matheclipse.core.generic
Interface ITernaryComparator<T extends IExpr>
-
- All Known Implementing Classes:
- Greater, GreaterEqual, Less, LessEqual
public interface ITernaryComparator<T extends IExpr>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static classITernaryComparator.COMPARE_RESULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ITernaryComparator.COMPARE_RESULTcompare(T o1, T o2)Return TRUE if the comparison istrueReturn FALSE if the comparison isfalseReturn UNDEFINED if the comparison is undetermined (i.e.
-
-
-
Method Detail
-
compare
ITernaryComparator.COMPARE_RESULT compare(T o1, T o2)
- Return TRUE if the comparison is
true - Return FALSE if the comparison is
false - Return UNDEFINED if the comparison is undetermined (i.e. could not be evaluated)
- Parameters:
o1-o2-- Returns:
- Return TRUE if the comparison is
-
-
DMelt 3.0 © DataMelt by jWork.ORG