Interface BooleanOperations.BinaryBooleanOperation
-
- Enclosing class:
- BooleanOperations
private static interface BooleanOperations.BinaryBooleanOperationDefines the interface for a binary boolean operation.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanevaluate(boolean b1, boolean b2)Evaluates boolean values according to the operation.
-