Interface VersionOperations.IVersionResultConverter
-
- Enclosing class:
- VersionOperations
private static interface VersionOperations.IVersionResultConverterA version evaluation result validator. Turns the evaluation result into a boolean value.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanconvert(int value)Converts the evaluation result (-1, 0, +1) into a boolean value.
-