Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.functor.core Classes and Interfaces - 82 results found.
NameDescriptionTypePackageFramework
AbstractLoopNullaryProcedureAbstract base class for WhileDoNullaryProcedure and DoWhileNullaryProcedure used to implement loop procedures.Classorg.apache.commons.functor.core.compositeApache Commons
And none of its children test false.Classorg.apache.commons.functor.core.compositeApache 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
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
BinarySequence that runs an ordered sequence of BinaryProcedures.Classorg.apache.commons.functor.core.compositeApache 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
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
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
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
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
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
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
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
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
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
NullarySequence that runs an ordered sequence of NullaryProcedures.Classorg.apache.commons.functor.core.compositeApache 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
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
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
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
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
UntilDoUntil-do algorithm (test before).Classorg.apache.commons.functor.core.algorithmApache 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