| 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 |
|
| 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 |
|
| DoWhileNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | 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 |
|
| Or | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Sequence | that runs an ordered sequence of Procedures. | Class | org.apache.commons.functor.core.composite | 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 |
|
| 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 |
|
| WhileDoNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | Apache Commons |