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, test
Copyright © 2012–2017. All rights reserved.