public interface DsePredicate extends BiPredicate<Object,Object>
BiPredicate adding simple pre-condition checking methods that
have to be written in the implementations.| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidCondition(Object condition) |
default void |
preEvaluate(Object condition) |
and, negate, or, testCopyright © 2012–2019. All rights reserved.