Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.functor Classes and Interfaces - 175 results found.
NameDescriptionTypePackageFramework
AbstractListBackedAggregatorAn aggregator which stores the data series in a List.Classorg.apache.commons.functor.aggregatorApache Commons
AbstractLoopNullaryProcedureAbstract base class for WhileDoNullaryProcedure and DoWhileNullaryProcedure used to implement loop procedures.Classorg.apache.commons.functor.core.compositeApache Commons
AbstractNoStoreAggregatorAn implementation of an aggregator which doesn't store the data series but instead it processes the data on the fly, as it arrives inClassorg.apache.commons.functor.aggregatorApache Commons
AbstractRangeClassorg.apache.commons.functor.rangeApache Commons
AbstractTimedAggregatorAn aggregator which automatically resets the aggregated data at regular intervals and sends a notification when it is about to do so, so listenersClassorg.apache.commons.functor.aggregatorApache Commons
AggregatorInterface which offers a means of aggregating data.Interfaceorg.apache.commons.functor.aggregatorApache Commons
And none of its children test false.Classorg.apache.commons.functor.core.compositeApache Commons
ArrayListBackedAggregatorClassorg.apache.commons.functor.aggregatorApache Commons
BaseGeneratorBase class for generators.Classorg.apache.commons.functor.generatorApache Commons
BinaryAnd none of its children test false.Classorg.apache.commons.functor.core.compositeApache Commons
BinaryCompositeBinaryFunctionA BinaryFunction composed of three binary functions, f, g and h,Classorg.apache.commons.functor.core.compositeApache Commons
BinaryFunctionA functor that takes two arguments and returns a value.Interfaceorg.apache.commons.functorApache Commons
BinaryFunctionBinaryPredicateAdapts a Boolean-valued BinaryFunction to the BinaryPredicate interface.Classorg.apache.commons.functor.adapterApache Commons
BinaryFunctionBinaryProcedureAdapts a BinaryFunction to the BinaryProcedureClassorg.apache.commons.functor.adapterApache Commons
BinaryFunctionFunctionAdapts a BinaryFunction as a Function by sending the same argument to both sides of the BinaryFunction.Classorg.apache.commons.functor.adapterApache Commons
BinaryFunctorMarker interface for binary (two-argument) functors.Interfaceorg.apache.commons.functorApache Commons
BinaryNotTests to the logical inverse of some other predicate.Classorg.apache.commons.functor.core.compositeApache Commons
BinaryOr at least one of its children test true.Classorg.apache.commons.functor.core.compositeApache Commons
BinaryPredicateA functor that takes two arguments and returns a boolean value.Interfaceorg.apache.commons.functorApache Commons
BinaryPredicateBinaryFunction BinaryFunction interface.Classorg.apache.commons.functor.adapterApache Commons
BinaryPredicatePredicateAdapts a BinaryPredicate as a Predicate by sending the same argument to both sides of the BinaryPredicate.Classorg.apache.commons.functor.adapterApache Commons
BinaryProcedureA functor that takes two arguments and has no return value.Interfaceorg.apache.commons.functorApache Commons
BinaryProcedureBinaryFunction BinaryFunction interface by always returning null.Classorg.apache.commons.functor.adapterApache Commons
BinaryProcedureProcedureAdapts a BinaryProcedure as a Procedure by sending the same argument to both sides of the BinaryProcedure.Classorg.apache.commons.functor.adapterApache Commons
BinarySequence that runs an ordered sequence of BinaryProcedures.Classorg.apache.commons.functor.core.compositeApache Commons
BoundNullaryFunction NullaryFunction interface using a constant unary argument.Classorg.apache.commons.functor.adapterApache Commons
BoundNullaryPredicate NullaryPredicate interface using a constant unary argument.Classorg.apache.commons.functor.adapterApache Commons
BoundNullaryProcedure NullaryProcedure interface using a constant unary argument.Classorg.apache.commons.functor.adapterApache Commons
BoundTypeDetermine the bound type of a range.Classorg.apache.commons.functor.rangeApache Commons
CharacterRangeA generator for a range of characters.Classorg.apache.commons.functor.rangeApache Commons
CollectionTransformerTransforms a generator into a collection.Classorg.apache.commons.functor.generator.utilApache Commons
ComparatorFunctionAdapts a Comparator to the BinaryFunction interface.Classorg.apache.commons.functor.core.comparatorApache Commons
CompositeUtility/fluent methods for creating composite functors.Classorg.apache.commons.functor.core.compositeApache Commons
CompositeBinaryFunctionA BinaryFunction composed of one binary function, f, and twoClassorg.apache.commons.functor.core.compositeApache Commons
CompositeBinaryPredicateA BinaryPredicate composed of one binary predicate, p, and twoClassorg.apache.commons.functor.core.compositeApache Commons
CompositeFunction representing the composition of chaining the output of one to the inputClassorg.apache.commons.functor.core.compositeApache Commons
CompositePredicate representing the composition of chaining the output of one to the inputClassorg.apache.commons.functor.core.compositeApache Commons
CompositeProcedure representing the composition of chaining the output of one to the inputClassorg.apache.commons.functor.core.compositeApache Commons
ConditionalUtility methods for creating conditional functors.Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalBinaryFunction similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalBinaryPredicate similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalBinaryProcedure similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalFunction similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalNullaryFunction similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalNullaryPredicate similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalNullaryProcedure similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalPredicate similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConditionalProcedure similiar to Java's ternary or conditional operator (? :).Classorg.apache.commons.functor.core.compositeApache Commons
ConstantEvaluates to constant value.Classorg.apache.commons.functor.coreApache Commons
DoubleMaxAggregatorBinaryFunctionAggregation function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMaxAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMeanValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMedianValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoublePercentileAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleRangeA generator for a range of doubles.Classorg.apache.commons.functor.rangeApache Commons
DoubleSumAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleSumAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoUntilDo-until algorithm (test after).Classorg.apache.commons.functor.core.algorithmApache Commons
DoWhileDo-while algorithm (test after).Classorg.apache.commons.functor.core.algorithmApache Commons
DoWhileNullaryProcedureA NullaryProcedure implementation of a while loop.Classorg.apache.commons.functor.core.compositeApache Commons
EachElementGenerator factory for each element of a collection.Classorg.apache.commons.functor.generator.utilApache Commons
EndpointRepresent an endpoint of a range.Classorg.apache.commons.functor.rangeApache Commons
FilteredGeneratorGenerator that filters another Generator by only passing through those elements that are matched by a specified Predicate.Classorg.apache.commons.functor.generatorApache Commons
FilteredIterableAdds a fluent filtering API to any Iterable.Classorg.apache.commons.functor.core.collectionApache Commons
FilteredIteratorIterator that filters another Iterator by only passing through those elements that are matched by a specified Predicate.Classorg.apache.commons.functor.core.collectionApache Commons
FindWithinGeneratorReturn the first Object in a Generator matching a Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
FloatRangeA generator for a range of float.Classorg.apache.commons.functor.rangeApache Commons
FoldLeftFunctional left-fold algorithm against the elements of a Generator.Classorg.apache.commons.functor.core.algorithmApache Commons
FoldRightFunctional right-fold algorithm against the elements of a Generator.Classorg.apache.commons.functor.core.algorithmApache Commons
FullyBoundNullaryFunction NullaryFunction interface using constant arguments.Classorg.apache.commons.functor.adapterApache Commons
FullyBoundNullaryPredicate NullaryPredicate interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
FullyBoundNullaryProcedure NullaryProcedure interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
FunctionA functor that takes one argument and returns an Object value.Interfaceorg.apache.commons.functorApache Commons
FunctionPredicateAdapts a Boolean-valuedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.adapterApache Commons
FunctionProcedure interface by ignoring the value returnedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.adapterApache Commons
FunctorFunctor marker interface.Interfaceorg.apache.commons.functorApache Commons
GenerateUntilWrap another Generator such that run(Procedure) terminates once a condition has been satisfied (test after).Classorg.apache.commons.functor.generator.loopApache Commons
GenerateWhileWrap another Generator such that run(Procedure) continues as long as a condition is true (test after).Classorg.apache.commons.functor.generator.loopApache Commons
GeneratorThe Generator interface defines a number of useful actions applying Procedures to each in a series of argument Objects.Interfaceorg.apache.commons.functor.generatorApache Commons
GeneratorContainsTests whether a Generator contains an element that matches a Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
IdentityEvaluates to its input argument.Classorg.apache.commons.functor.coreApache Commons
IgnoreLeftFunction BinaryFunction interface by ignoring the first binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreLeftPredicate BinaryPredicate interface by ignoring the first binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreLeftProcedure BinaryProcedure interface by ignoring the first binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreRightFunction BinaryFunction interface by ignoring the second binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreRightPredicate BinaryPredicate interface by ignoring the second binary argument.Classorg.apache.commons.functor.adapterApache Commons
IgnoreRightProcedure BinaryProcedure interface by ignoring the second binary argument.Classorg.apache.commons.functor.adapterApache Commons
IndexOfInGeneratorReturn the index of the first Object in a LoopGenerator matching a Predicate, or -1 if not found.Classorg.apache.commons.functor.core.algorithmApache Commons
InPlaceTransformClassorg.apache.commons.functor.core.algorithmApache Commons
IntegerCountAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMaxAggregatorBinaryFunctionAggregation function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMaxAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMeanValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMedianValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerPercentileAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerRangeA range of integers.Classorg.apache.commons.functor.rangeApache Commons
IntegerSumAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerSumAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IsElementOfA BinaryPredicate that checks to see if the specified object is an element of the specifiedClassorg.apache.commons.functor.core.collectionApache Commons
IsEmptyA Predicate that checks to see if the specified object is empty.Classorg.apache.commons.functor.core.collectionApache Commons
IsEqual true iff its arguments are an equivalence relation onClassorg.apache.commons.functor.coreApache Commons
IsEquivalentA BinaryPredicate that tests true iff the left argument is equal to theClassorg.apache.commons.functor.core.comparatorApache Commons
IsGreaterThanA BinaryPredicate that tests true iff the left argument is greater than theClassorg.apache.commons.functor.core.comparatorApache Commons
IsGreaterThanOrEqualA BinaryPredicate that tests true iff the left argument is greater than or equalClassorg.apache.commons.functor.core.comparatorApache Commons
IsInstance true iff its argument of some specified Class.Classorg.apache.commons.functor.coreApache Commons
IsLessThanA BinaryPredicate that tests true iff the left argument is greater than theClassorg.apache.commons.functor.core.comparatorApache Commons
IsLessThanOrEqualA BinaryPredicate that tests true iff the left argument is less than or equal to theClassorg.apache.commons.functor.core.comparatorApache Commons
IsNotEqual true iff its arguments are This relation is symmetric but irreflexiveClassorg.apache.commons.functor.coreApache Commons
IsNotEquivalentA BinaryPredicate that tests true iff the left argument is not equal to theClassorg.apache.commons.functor.core.comparatorApache Commons
IsNotNull false iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.coreApache Commons
IsNotSameTests the reference (!=) inequality of its arguments.Classorg.apache.commons.functor.coreApache Commons
IsNull true iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $Classorg.apache.commons.functor.coreApache Commons
IsSameTests the reference (==) equality of its arguments.Classorg.apache.commons.functor.coreApache Commons
IsWithinRangeA Predicate that tests whether a Comparable object is within a range.Classorg.apache.commons.functor.core.comparatorApache Commons
IteratorToGeneratorAdapterAdapts an Iterator to the LoopGenerator interface.Classorg.apache.commons.functor.generator.loopApache Commons
LeftBoundFunction using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
LeftBoundPredicate Predicate interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
LeftBoundProcedure Procedure interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
LeftIdentityHolder class for a left-identity BinaryFunction (evaluates to the left argument) and a left-identity BinaryPredicate (tests whether left Boolean argument equals Boolean.Classorg.apache.commons.functor.coreApache Commons
LimitA predicate that returns true the first n times it is invoked, andClassorg.apache.commons.functor.coreApache Commons
LongRangeClassorg.apache.commons.functor.rangeApache Commons
LoopGeneratorBase class for generators that control execution flow, and may need to stop the generation.Classorg.apache.commons.functor.generator.loopApache Commons
MaxAdapts a Comparator to the BinaryFunction interface.Classorg.apache.commons.functor.core.comparatorApache Commons
MinAdapts a Comparator to the BinaryFunction interface.Classorg.apache.commons.functor.core.comparatorApache Commons
NoOpA procedure that does nothing at all.Classorg.apache.commons.functor.coreApache Commons
NotTests to the logical inverse of some other predicate.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryAnd none of its children test false.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryFunctionA functor that takes no arguments and returns a value.Interfaceorg.apache.commons.functorApache Commons
NullaryFunctionFunction by ignoring the unary argument.Classorg.apache.commons.functor.adapterApache Commons
NullaryFunctionNullaryPredicateAdapts a Boolean-valued NullaryFunction to theClassorg.apache.commons.functor.adapterApache Commons
NullaryFunctionNullaryProcedureAdapts a NullaryFunction to the NullaryProcedureClassorg.apache.commons.functor.adapterApache Commons
NullaryFunctorMarker interface for nullary (zero-argument) functors.Interfaceorg.apache.commons.functorApache Commons
NullaryNotTests to the logical inverse of some other predicate.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryOr at least one of its children test true.Classorg.apache.commons.functor.core.compositeApache Commons
NullaryPredicateA functor that takes no arguments and returns a boolean value.Interfaceorg.apache.commons.functorApache Commons
NullaryPredicateNullaryFunction NullaryFunction interface.Classorg.apache.commons.functor.adapterApache Commons
NullaryPredicatePredicate Predicate interface by ignoring the given argument.Classorg.apache.commons.functor.adapterApache Commons
NullaryProcedureA functor that takes no arguments and returns no value.Interfaceorg.apache.commons.functorApache Commons
NullaryProcedureNullaryFunction NullaryFunction interface by always returning null.Classorg.apache.commons.functor.adapterApache Commons
NullaryProcedureProcedure Procedure interface by ignoring the arguments.Classorg.apache.commons.functor.adapterApache Commons
NullarySequence that runs an ordered sequence of NullaryProcedures.Classorg.apache.commons.functor.core.compositeApache Commons
NumericRangeA base class for numeric ranges.Classorg.apache.commons.functor.rangeApache Commons
OffsetA predicate that returns false the first n times it is invoked, andClassorg.apache.commons.functor.coreApache Commons
Or at least one of its children test true.Classorg.apache.commons.functor.core.compositeApache Commons
PredicateA functor that takes one argument and returns a boolean value.Interfaceorg.apache.commons.functorApache Commons
PredicateFunction Function interface.Classorg.apache.commons.functor.adapterApache Commons
ProcedureA functor that takes one argument and returns no value.Interfaceorg.apache.commons.functorApache Commons
ProcedureFunction by always returning null.Classorg.apache.commons.functor.adapterApache Commons
RangeRepresent an interval of elements that varies from the left limit to the right limit.Interfaceorg.apache.commons.functor.rangeApache Commons
RangesClassorg.apache.commons.functor.rangeApache Commons
RecursiveEvaluationTail recursion for functions.Classorg.apache.commons.functor.core.algorithmApache Commons
RemoveMatchingRemove elements from left Iterator that match right Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
RetainMatchingRetain elements in left Iterator that match right Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
RightBoundFunction using a constant right-side argument.Classorg.apache.commons.functor.adapterApache Commons
RightBoundPredicate Predicate interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
RightBoundProcedure Procedure interface using a constant left-side argument.Classorg.apache.commons.functor.adapterApache Commons
RightIdentityHolder class for a right-identity BinaryFunction (evaluates to the right argument) and a right-identity BinaryPredicate (tests whether right Boolean argument equals Boolean.Classorg.apache.commons.functor.coreApache Commons
Sequence that runs an ordered sequence of Procedures.Classorg.apache.commons.functor.core.compositeApache Commons
SizeReturns the size of the specified Collection, or the length of the specified array or String.Classorg.apache.commons.functor.core.collectionApache Commons
TimedAggregatorListenerListener to be used with instances of AbstractTimedAggregator to receive notifications when the timer kicks in.Interfaceorg.apache.commons.functor.aggregatorApache Commons
TransformedBinaryFunctionA BinaryFunction whose result is then run through a Function.Classorg.apache.commons.functor.core.compositeApache Commons
TransformedBinaryProcedureA BinaryProcedure composed of a BinaryFunction whose result is then run through a Procedure.Classorg.apache.commons.functor.core.compositeApache Commons
TransformedGeneratorGenerator that transforms the elements of another Generator.Classorg.apache.commons.functor.generator.loopApache Commons
TransformedIteratorIterator that transforms another Iterator by applying a Function to each returned element.Classorg.apache.commons.functor.core.collectionApache Commons
TransformedNullaryFunctionA NullaryFunction whose result is then run through a Function.Classorg.apache.commons.functor.core.compositeApache Commons
TransformedNullaryProcedureA NullaryProcedure composed of a NullaryFunction whose result is then run through a Procedure.Classorg.apache.commons.functor.core.compositeApache Commons
TransposedFunctionTransposes (swaps) the arguments to some other For example, given a function fClassorg.apache.commons.functor.core.compositeApache Commons
TransposedPredicateTransposes (swaps) the arguments to some other For example, given a predicate pClassorg.apache.commons.functor.core.compositeApache Commons
TransposedProcedureTransposes (swaps) the arguments to some other For example, given a procedure pClassorg.apache.commons.functor.core.compositeApache Commons
UnaryFunctorMarker interface for unary (single-argument) functors.Interfaceorg.apache.commons.functorApache Commons
UntilDoUntil-do algorithm (test before).Classorg.apache.commons.functor.core.algorithmApache Commons
UntilGenerateWrap another Generator such that run(Procedure) terminates once a condition has been satisfied.Classorg.apache.commons.functor.generator.loopApache Commons
WhileDoWhile-do algorithm (test before).Classorg.apache.commons.functor.core.algorithmApache Commons
WhileDoNullaryProcedureA NullaryProcedure implementation of a while loop.Classorg.apache.commons.functor.core.compositeApache Commons
WhileGenerateWrap another Generator such that run(Procedure) continues as long as a condition is true (test before).Classorg.apache.commons.functor.generator.loopApache Commons