Package | Description |
---|---|
org.apache.commons.collections4.functors |
This package contains implementations of the
Closure ,
Predicate ,
Transformer and
Factory interfaces. |
Modifier and Type | Class and Description |
---|---|
class |
AllPredicate<T>
Predicate implementation that returns true if all the
predicates return true.
|
class |
AnyPredicate<T>
Predicate implementation that returns true if any of the
predicates return true.
|
class |
NonePredicate<T>
Predicate implementation that returns true if none of the
predicates return true.
|
class |
OnePredicate<T>
Predicate implementation that returns true if only one of the
predicates return true.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.