Package | Description |
---|---|
org.apache.commons.collections.functors |
This package contains implementations of the
Closure ,
Predicate ,
Transformer and
Factory interfaces. |
Modifier and Type | Class | Description |
---|---|---|
class |
AllPredicate |
Predicate implementation that returns true if all the
predicates return true.
|
class |
AndPredicate |
Predicate implementation that returns true if both the predicates return true.
|
class |
AnyPredicate |
Predicate implementation that returns true if any of the
predicates return true.
|
class |
NonePredicate |
Predicate implementation that returns true if none of the
predicates return true.
|
class |
NotPredicate |
Predicate implementation that returns the opposite of the decorated predicate.
|
class |
NullIsExceptionPredicate |
Predicate implementation that throws an exception if the input is null.
|
class |
NullIsFalsePredicate |
Predicate implementation that returns false if the input is null.
|
class |
NullIsTruePredicate |
Predicate implementation that returns true if the input is null.
|
class |
OnePredicate |
Predicate implementation that returns true if only one of the
predicates return true.
|
class |
OrPredicate |
Predicate implementation that returns true if either of the predicates return true.
|
class |
TransformedPredicate |
Predicate implementation that transforms the given object before invoking
another
Predicate . |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.