| Name | Description | Type | Package | Framework |
| AbstractListBackedAggregator | An aggregator which stores the data series in a List. | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| AbstractLoopNullaryProcedure | Abstract base class for WhileDoNullaryProcedure and DoWhileNullaryProcedure used to implement loop procedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| AbstractNoStoreAggregator | An implementation of an aggregator which doesn't store the data series but instead it processes the data on the fly, as it arrives in | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| AbstractRange | | Class | org.apache.commons.functor.range | Apache Commons |
|
| AbstractTimedAggregator | An aggregator which automatically resets the aggregated data at regular intervals and sends a notification when it is about to do so, so listeners | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| Aggregator | Interface which offers a means of aggregating data. | Interface | org.apache.commons.functor.aggregator | Apache Commons |
|
| And | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ArrayListBackedAggregator | | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| BaseGenerator | Base class for generators. | Class | org.apache.commons.functor.generator | 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 |
|
| BinaryFunction | A functor that takes two arguments and returns a value. | Interface | org.apache.commons.functor | Apache Commons |
|
| BinaryFunctionBinaryPredicate | Adapts a Boolean-valued BinaryFunction to the BinaryPredicate interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryFunctionBinaryProcedure | Adapts a BinaryFunction to the BinaryProcedure | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryFunctionFunction | Adapts a BinaryFunction as a Function by sending the same argument to both sides of the BinaryFunction. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryFunctor | Marker interface for binary (two-argument) functors. | Interface | org.apache.commons.functor | 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 |
|
| BinaryPredicate | A functor that takes two arguments and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons |
|
| BinaryPredicateBinaryFunction | BinaryFunction interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryPredicatePredicate | Adapts a BinaryPredicate as a Predicate by sending the same argument to both sides of the BinaryPredicate. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryProcedure | A functor that takes two arguments and has no return value. | Interface | org.apache.commons.functor | Apache Commons |
|
| BinaryProcedureBinaryFunction | BinaryFunction interface by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryProcedureProcedure | Adapts a BinaryProcedure as a Procedure by sending the same argument to both sides of the BinaryProcedure. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinarySequence | that runs an ordered sequence of BinaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BoundNullaryFunction | NullaryFunction interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BoundNullaryPredicate | NullaryPredicate interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BoundNullaryProcedure | NullaryProcedure interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BoundType | Determine the bound type of a range. | Class | org.apache.commons.functor.range | Apache Commons |
|
| CharacterRange | A generator for a range of characters. | Class | org.apache.commons.functor.range | Apache Commons |
|
| CollectionTransformer | Transforms a generator into a collection. | Class | org.apache.commons.functor.generator.util | 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 |
|
| DoubleMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoublePercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleRange | A generator for a range of doubles. | Class | org.apache.commons.functor.range | Apache Commons |
|
| DoubleSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | 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 |
|
| EachElement | Generator factory for each element of a collection. | Class | org.apache.commons.functor.generator.util | Apache Commons |
|
| Endpoint | Represent an endpoint of a range. | Class | org.apache.commons.functor.range | Apache Commons |
|
| FilteredGenerator | Generator that filters another Generator by only passing through those elements that are matched by a specified Predicate. | Class | org.apache.commons.functor.generator | 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 |
|
| FloatRange | A generator for a range of float. | Class | org.apache.commons.functor.range | 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 |
|
| FullyBoundNullaryFunction | NullaryFunction interface using constant arguments. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| FullyBoundNullaryPredicate | NullaryPredicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| FullyBoundNullaryProcedure | NullaryProcedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Function | A functor that takes one argument and returns an Object value. | Interface | org.apache.commons.functor | Apache Commons |
|
| FunctionPredicate | Adapts a Boolean-valuedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| FunctionProcedure | interface by ignoring the value returnedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Functor | Functor marker interface. | Interface | org.apache.commons.functor | Apache Commons |
|
| GenerateUntil | Wrap another Generator such that run(Procedure) terminates once a condition has been satisfied (test after). | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| GenerateWhile | Wrap another Generator such that run(Procedure) continues as long as a condition is true (test after). | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| Generator | The Generator interface defines a number of useful actions applying Procedures to each in a series of argument Objects. | Interface | org.apache.commons.functor.generator | 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 |
|
| IgnoreLeftFunction | BinaryFunction interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreLeftPredicate | BinaryPredicate interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreLeftProcedure | BinaryProcedure interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreRightFunction | BinaryFunction interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreRightPredicate | BinaryPredicate interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreRightProcedure | BinaryProcedure interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | 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 |
|
| IntegerCountAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerPercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerRange | A range of integers. | Class | org.apache.commons.functor.range | Apache Commons |
|
| IntegerSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | 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 |
|
| IteratorToGeneratorAdapter | Adapts an Iterator to the LoopGenerator interface. | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| LeftBoundFunction | using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| LeftBoundPredicate | Predicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| LeftBoundProcedure | Procedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | 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 |
|
| LongRange | | Class | org.apache.commons.functor.range | Apache Commons |
|
| LoopGenerator | Base class for generators that control execution flow, and may need to stop the generation. | Class | org.apache.commons.functor.generator.loop | 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 |
|
| NullaryFunction | A functor that takes no arguments and returns a value. | Interface | org.apache.commons.functor | Apache Commons |
|
| NullaryFunctionFunction | by ignoring the unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryFunctionNullaryPredicate | Adapts a Boolean-valued NullaryFunction to the | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryFunctionNullaryProcedure | Adapts a NullaryFunction to the NullaryProcedure | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryFunctor | Marker interface for nullary (zero-argument) functors. | Interface | org.apache.commons.functor | 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 |
|
| NullaryPredicate | A functor that takes no arguments and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons |
|
| NullaryPredicateNullaryFunction | NullaryFunction interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryPredicatePredicate | Predicate interface by ignoring the given argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryProcedure | A functor that takes no arguments and returns no value. | Interface | org.apache.commons.functor | Apache Commons |
|
| NullaryProcedureNullaryFunction | NullaryFunction interface by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryProcedureProcedure | Procedure interface by ignoring the arguments. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullarySequence | that runs an ordered sequence of NullaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NumericRange | A base class for numeric ranges. | Class | org.apache.commons.functor.range | 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 |
|
| Predicate | A functor that takes one argument and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons |
|
| PredicateFunction | Function interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Procedure | A functor that takes one argument and returns no value. | Interface | org.apache.commons.functor | Apache Commons |
|
| ProcedureFunction | by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Range | Represent an interval of elements that varies from the left limit to the right limit. | Interface | org.apache.commons.functor.range | Apache Commons |
|
| Ranges | | Class | org.apache.commons.functor.range | 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 |
|
| RightBoundFunction | using a constant right-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| RightBoundPredicate | Predicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| RightBoundProcedure | Procedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | 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 |
|
| TimedAggregatorListener | Listener to be used with instances of AbstractTimedAggregator to receive notifications when the timer kicks in. | Interface | org.apache.commons.functor.aggregator | 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 |
|
| TransformedGenerator | Generator that transforms the elements of another Generator. | Class | org.apache.commons.functor.generator.loop | 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 |
|
| UnaryFunctor | Marker interface for unary (single-argument) functors. | Interface | org.apache.commons.functor | Apache Commons |
|
| UntilDo | Until-do algorithm (test before). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| UntilGenerate | Wrap another Generator such that run(Procedure) terminates once a condition has been satisfied. | Class | org.apache.commons.functor.generator.loop | 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 |
|
| WhileGenerate | Wrap another Generator such that run(Procedure) continues as long as a condition is true (test before). | Class | org.apache.commons.functor.generator.loop | Apache Commons |