public static interface BooleanEvaluator.NullChecker extends BooleanEvaluator.Checker
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isCorrectType(Object value) |
default boolean |
isNullAllowed() |
default boolean |
test(Object left,
Object right) |
default boolean isNullAllowed()
isNullAllowed in interface BooleanEvaluator.Checkerdefault boolean isCorrectType(Object value)
isCorrectType in interface BooleanEvaluator.Checkerdefault boolean test(Object left, Object right)
test in interface BooleanEvaluator.CheckerCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.