Uses of Class
com.caucho.health.predicate.AbstractCombiningPredicate

Packages that use AbstractCombiningPredicate
com.caucho.health.predicate   
 

Uses of AbstractCombiningPredicate in com.caucho.health.predicate
 

Subclasses of AbstractCombiningPredicate in com.caucho.health.predicate
 class And
          Matches if all of the child predicates match.
 class Nand
          Matches if all of the child predicates fail.
 class Nor
          Matches if none of the child predicates match.
 class Or
          Matches if any of the child predicates match.