| Name | Description | Type | Package | Framework |
| AbstractLoopNullaryProcedure | Abstract base class for WhileDoNullaryProcedure and DoWhileNullaryProcedure used to implement loop procedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| And | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryAnd | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryCompositeBinaryFunction | A BinaryFunction composed of three binary functions, f, g and h, | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryNot | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryOr | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinarySequence | that runs an ordered sequence of BinaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ComparatorFunction | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| Composite | Utility/fluent methods for creating composite functors. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeBinaryFunction | A BinaryFunction composed of one binary function, f, and two | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeBinaryPredicate | A BinaryPredicate composed of one binary predicate, p, and two | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeFunction | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositePredicate | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeProcedure | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Conditional | Utility methods for creating conditional functors. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalBinaryFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalBinaryPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalBinaryProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalNullaryFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalNullaryPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalNullaryProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Constant | Evaluates to constant value. | Class | org.apache.commons.functor.core | Apache Commons |
|
| DoUntil | Do-until algorithm (test after). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| DoWhile | Do-while algorithm (test after). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| DoWhileNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| FilteredIterable | Adds a fluent filtering API to any Iterable. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| FilteredIterator | Iterator that filters another Iterator by only passing through those elements that are matched by a specified Predicate. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| FindWithinGenerator | Return the first Object in a Generator matching a Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| FoldLeft | Functional left-fold algorithm against the elements of a Generator. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| FoldRight | Functional right-fold algorithm against the elements of a Generator. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| GeneratorContains | Tests whether a Generator contains an element that matches a Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| Identity | Evaluates to its input argument. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IndexOfInGenerator | Return the index of the first Object in a LoopGenerator matching a Predicate, or -1 if not found. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| InPlaceTransform | | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| IsElementOf | A BinaryPredicate that checks to see if the specified object is an element of the specified | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| IsEmpty | A Predicate that checks to see if the specified object is empty. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| IsEqual | true iff its arguments are an equivalence relation on | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsEquivalent | A BinaryPredicate that tests true iff the left argument is equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsGreaterThan | A BinaryPredicate that tests true iff the left argument is greater than the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsGreaterThanOrEqual | A BinaryPredicate that tests true iff the left argument is greater than or equal | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsInstance | true iff its argument of some specified Class. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsLessThan | A BinaryPredicate that tests true iff the left argument is greater than the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsLessThanOrEqual | A BinaryPredicate that tests true iff the left argument is less than or equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsNotEqual | true iff its arguments are This relation is symmetric but irreflexive | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsNotEquivalent | A BinaryPredicate that tests true iff the left argument is not equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsNotNull | false iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsNotSame | Tests the reference (!=) inequality of its arguments. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsNull | true iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsSame | Tests the reference (==) equality of its arguments. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsWithinRange | A Predicate that tests whether a Comparable object is within a range. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| LeftIdentity | Holder class for a left-identity BinaryFunction (evaluates to the left argument) and a left-identity BinaryPredicate (tests whether left Boolean argument equals Boolean. | Class | org.apache.commons.functor.core | Apache Commons |
|
| Limit | A predicate that returns true the first n times it is invoked, and | Class | org.apache.commons.functor.core | Apache Commons |
|
| Max | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| Min | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| NoOp | A procedure that does nothing at all. | Class | org.apache.commons.functor.core | Apache Commons |
|
| Not | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullaryAnd | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullaryNot | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullaryOr | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullarySequence | that runs an ordered sequence of NullaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Offset | A predicate that returns false the first n times it is invoked, and | Class | org.apache.commons.functor.core | Apache Commons |
|
| Or | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| RecursiveEvaluation | Tail recursion for functions. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| RemoveMatching | Remove elements from left Iterator that match right Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| RetainMatching | Retain elements in left Iterator that match right Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| RightIdentity | Holder class for a right-identity BinaryFunction (evaluates to the right argument) and a right-identity BinaryPredicate (tests whether right Boolean argument equals Boolean. | Class | org.apache.commons.functor.core | Apache Commons |
|
| Sequence | that runs an ordered sequence of Procedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Size | Returns the size of the specified Collection, or the length of the specified array or String. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| TransformedBinaryFunction | A BinaryFunction whose result is then run through a Function. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransformedBinaryProcedure | A BinaryProcedure composed of a BinaryFunction whose result is then run through a Procedure. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransformedIterator | Iterator that transforms another Iterator by applying a Function to each returned element. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| TransformedNullaryFunction | A NullaryFunction whose result is then run through a Function. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransformedNullaryProcedure | A NullaryProcedure composed of a NullaryFunction whose result is then run through a Procedure. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransposedFunction | Transposes (swaps) the arguments to some other For example, given a function f | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransposedPredicate | Transposes (swaps) the arguments to some other For example, given a predicate p | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransposedProcedure | Transposes (swaps) the arguments to some other For example, given a procedure p | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| UntilDo | Until-do algorithm (test before). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| WhileDo | While-do algorithm (test before). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| WhileDoNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | Apache Commons |