Package cascading.pattern.model.tree.predicate.compound

Class Summary
AndPredicate Class AndPredicate returns true if all child predicates are true.
CompoundPredicate  
OrPredicate Class OrPredicate returns true if any child predicate returns true.
SurrogatePredicate Class SurrogatePredicate returns the result of the first child predicate that as non null or not missing value.
XorPredicate Class XorPredicate returns true if an odd number of child predicates return true.
 



Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.