Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.collections4.functors Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
AbstractQuantifierPredicateAbstract base class for quantification predicates, e.Classorg.apache.commons.collections4.functorsApache Commons
AllPredicatePredicate implementation that returns true if all the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
AndPredicatePredicate implementation that returns true if both the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
AnyPredicatePredicate implementation that returns true if any of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
CatchAndRethrowClosureClosure that catches any checked exception and re-throws it as a FunctorException runtime exception.Classorg.apache.commons.collections4.functorsApache Commons
ChainedClosureClosure implementation that chains the specified closures together.Classorg.apache.commons.collections4.functorsApache Commons
ChainedTransformerTransformer implementation that chains the specified transformers together.Classorg.apache.commons.collections4.functorsApache Commons
CloneTransformerTransformer implementation that returns a clone of the input object.Classorg.apache.commons.collections4.functorsApache Commons
ClosureTransformerTransformer implementation that calls a Closure using the input object and then returns the input.Classorg.apache.commons.collections4.functorsApache Commons
ComparatorPredicatePredicate that compares the input object with the one stored in the predicate using a comparator.Classorg.apache.commons.collections4.functorsApache Commons
ComparatorPredicate .CriterionClassorg.apache.commons.collections4.functors.ComparatorPredicateApache Commons
ConstantFactoryFactory implementation that returns the same constant each time.Classorg.apache.commons.collections4.functorsApache Commons
ConstantTransformerTransformer implementation that returns the same constant each time.Classorg.apache.commons.collections4.functorsApache Commons
DefaultEquatorDefault Equator implementation.Classorg.apache.commons.collections4.functorsApache Commons
EqualPredicatePredicate implementation that returns true if the input is the same object as the one stored in this predicate by equals.Classorg.apache.commons.collections4.functorsApache Commons
ExceptionClosureClosure implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
ExceptionFactoryFactory implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
ExceptionPredicatePredicate implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
ExceptionTransformerTransformer implementation that always throws an exception.Classorg.apache.commons.collections4.functorsApache Commons
FactoryTransformerTransformer implementation that calls a Factory and returns the result.Classorg.apache.commons.collections4.functorsApache Commons
FalsePredicatePredicate implementation that always returns false.Classorg.apache.commons.collections4.functorsApache Commons
ForClosureClosure implementation that calls another closure n times, like a for loop.Classorg.apache.commons.collections4.functorsApache Commons
IdentityPredicatePredicate implementation that returns true if the input is the same object as the one stored in this predicate.Classorg.apache.commons.collections4.functorsApache Commons
IfClosureClosure implementation acts as an if statement calling one or other closure based on a predicate.Classorg.apache.commons.collections4.functorsApache Commons
IfTransformerTransformer implementation that will call one of two closures based on whether a predicate evaluatesSince:4.Classorg.apache.commons.collections4.functorsApache Commons
InstanceofPredicatePredicate implementation that returns true if the input is an instanceof the type stored in this predicate.Classorg.apache.commons.collections4.functorsApache Commons
InstantiateFactoryFactory implementation that creates a new object instance by reflection.Classorg.apache.commons.collections4.functorsApache Commons
InstantiateTransformerTransformer implementation that creates a new object instance by reflection.Classorg.apache.commons.collections4.functorsApache Commons
InvokerTransformerTransformer implementation that creates a new object instance by reflection.Classorg.apache.commons.collections4.functorsApache Commons
MapTransformerTransformer implementation that returns the value held in a specified map using the input parameter as a key.Classorg.apache.commons.collections4.functorsApache Commons
NonePredicatePredicate implementation that returns true if none of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
NOPClosureClosure implementation that does nothing.Classorg.apache.commons.collections4.functorsApache Commons
NOPTransformerTransformer implementation that does nothing.Classorg.apache.commons.collections4.functorsApache Commons
NotNullPredicatePredicate implementation that returns true if the input is not null.Classorg.apache.commons.collections4.functorsApache Commons
NotPredicatePredicate implementation that returns the opposite of the decorated predicate.Classorg.apache.commons.collections4.functorsApache Commons
NullIsExceptionPredicatePredicate implementation that throws an exception if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
NullIsFalsePredicatePredicate implementation that returns false if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
NullIsTruePredicatePredicate implementation that returns true if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
NullPredicatePredicate implementation that returns true if the input is null.Classorg.apache.commons.collections4.functorsApache Commons
OnePredicatePredicate implementation that returns true if only one of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
OrPredicatePredicate implementation that returns true if either of the predicates return true.Classorg.apache.commons.collections4.functorsApache Commons
PredicateDecoratorDefines a predicate that decorates one or more other predicates.Interfaceorg.apache.commons.collections4.functorsApache Commons
PredicateTransformerTransformer implementation that calls a Predicate using the input object and then returns the result.Classorg.apache.commons.collections4.functorsApache Commons
PrototypeFactoryFactory implementation that creates a new instance each time based on a prototype.Classorg.apache.commons.collections4.functorsApache Commons
StringValueTransformerTransformer implementation that returns the result of calling String.Classorg.apache.commons.collections4.functorsApache Commons
SwitchClosureClosure implementation calls the closure whose predicate returns true, like a switch statement.Classorg.apache.commons.collections4.functorsApache Commons
SwitchTransformerTransformer implementation calls the transformer whose predicate returns true, like a switch statement.Classorg.apache.commons.collections4.functorsApache Commons
TransformedPredicatePredicate implementation that transforms the given object before invokingSince:3.Classorg.apache.commons.collections4.functorsApache Commons
TransformerClosureClosure implementation that calls a Transformer using the input object and ignore the result.Classorg.apache.commons.collections4.functorsApache Commons
TransformerPredicatePredicate implementation that returns the result of a transformer.Classorg.apache.commons.collections4.functorsApache Commons
TruePredicatePredicate implementation that always returns true.Classorg.apache.commons.collections4.functorsApache Commons
UniquePredicatePredicate implementation that returns true the first time an object is passed into the predicate.Classorg.apache.commons.collections4.functorsApache Commons
WhileClosureClosure implementation that executes a closure repeatedly until a condition is met, like a do-while or while loop.Classorg.apache.commons.collections4.functorsApache Commons