Interface VersionOperations.IVersionResultConverter
- Enclosing class:
VersionOperations
private static interface VersionOperations.IVersionResultConverter
A version evaluation result validator. Turns the evaluation result into a boolean value.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionbooleanconvert(int value) Converts the evaluation result (-1, 0, +1) into a boolean value.
-
Method Details
-
convert
boolean convert(int value) Converts the evaluation result (-1, 0, +1) into a boolean value.- Parameters:
value- the value to be converted- Returns:
- the result of the (total) operation
-