Uses of Interface org.apache.commons.collections.functors.PredicateDecorator

Uses in package org.apache.commons.collections.functors

Classes implementing org.apache.commons.collections.functors.PredicateDecorator

class
Predicate implementation that returns true if all the predicates return true.
class
Predicate implementation that returns true if both the predicates return true.
class
Predicate implementation that returns true if any of the predicates return true.
class
Predicate implementation that returns true if none of the predicates return true.
class
Predicate implementation that returns the opposite of the decorated predicate.
class
Predicate implementation that throws an exception if the input is null.
class
Predicate implementation that returns false if the input is null.
class
Predicate implementation that returns true if the input is null.
class
Predicate implementation that returns true if only one of the predicates return true.
class
Predicate implementation that returns true if either of the predicates return true.
class
Predicate implementation that transforms the given object before invoking another Predicate.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.