|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.commons.functor | |
|---|---|
| org.apache.commons.functor | Basic functor interfaces. |
| org.apache.commons.functor.adapter | Classes that adapt one functor interface to another. |
| org.apache.commons.functor.core | Commonly used functor implementations. |
| org.apache.commons.functor.core.algorithm | Various algorithm-esque functors. |
| org.apache.commons.functor.core.collection |
Collection-based functors, algorithms and utilities. |
| org.apache.commons.functor.core.comparator |
Comparator- and
Comparable-based functors, algorithms and utilities. |
| org.apache.commons.functor.core.composite | Functors composed of other functors. |
| org.apache.commons.functor.generator | Contains code related to Generators. |
| org.apache.commons.functor.generator.util | Contains utility code for Generators. |
| Classes in org.apache.commons.functor used by org.apache.commons.functor | |
|---|---|
| BinaryFunctor
Marker interface for binary (two-argument) functors. |
|
| Functor
Functor marker interface. |
|
| NullaryFunctor
Marker interface for nullary (zero-argument) functors. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.adapter | |
|---|---|
| BinaryFunction
A functor that takes two arguments and returns a value. |
|
| BinaryFunctor
Marker interface for binary (two-argument) functors. |
|
| BinaryPredicate
A functor that takes two arguments and returns a boolean value. |
|
| BinaryProcedure
A functor that takes two arguments and has no return value. |
|
| Function
A functor that takes no arguments and returns a value. |
|
| Functor
Functor marker interface. |
|
| NullaryFunctor
Marker interface for nullary (zero-argument) functors. |
|
| Predicate
A functor that takes no arguments and returns a boolean value. |
|
| Procedure
A functor that takes no arguments and returns no value. |
|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| UnaryPredicate
A functor that takes one argument and returns a boolean value. |
|
| UnaryProcedure
A functor that takes one argument and returns no value. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.core | |
|---|---|
| BinaryFunction
A functor that takes two arguments and returns a value. |
|
| BinaryFunctor
Marker interface for binary (two-argument) functors. |
|
| BinaryPredicate
A functor that takes two arguments and returns a boolean value. |
|
| BinaryProcedure
A functor that takes two arguments and has no return value. |
|
| Function
A functor that takes no arguments and returns a value. |
|
| Functor
Functor marker interface. |
|
| NullaryFunctor
Marker interface for nullary (zero-argument) functors. |
|
| Predicate
A functor that takes no arguments and returns a boolean value. |
|
| Procedure
A functor that takes no arguments and returns no value. |
|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| UnaryPredicate
A functor that takes one argument and returns a boolean value. |
|
| UnaryProcedure
A functor that takes one argument and returns no value. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.core.algorithm | |
|---|---|
| BinaryFunction
A functor that takes two arguments and returns a value. |
|
| BinaryFunctor
Marker interface for binary (two-argument) functors. |
|
| BinaryPredicate
A functor that takes two arguments and returns a boolean value. |
|
| BinaryProcedure
A functor that takes two arguments and has no return value. |
|
| Function
A functor that takes no arguments and returns a value. |
|
| Functor
Functor marker interface. |
|
| NullaryFunctor
Marker interface for nullary (zero-argument) functors. |
|
| Predicate
A functor that takes no arguments and returns a boolean value. |
|
| Procedure
A functor that takes no arguments and returns no value. |
|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| UnaryPredicate
A functor that takes one argument and returns a boolean value. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.core.collection | |
|---|---|
| BinaryFunctor
Marker interface for binary (two-argument) functors. |
|
| BinaryPredicate
A functor that takes two arguments and returns a boolean value. |
|
| Functor
Functor marker interface. |
|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| UnaryPredicate
A functor that takes one argument and returns a boolean value. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.core.comparator | |
|---|---|
| BinaryFunction
A functor that takes two arguments and returns a value. |
|
| BinaryFunctor
Marker interface for binary (two-argument) functors. |
|
| BinaryPredicate
A functor that takes two arguments and returns a boolean value. |
|
| Functor
Functor marker interface. |
|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| UnaryPredicate
A functor that takes one argument and returns a boolean value. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.core.composite | |
|---|---|
| BinaryFunction
A functor that takes two arguments and returns a value. |
|
| BinaryFunctor
Marker interface for binary (two-argument) functors. |
|
| BinaryPredicate
A functor that takes two arguments and returns a boolean value. |
|
| BinaryProcedure
A functor that takes two arguments and has no return value. |
|
| Function
A functor that takes no arguments and returns a value. |
|
| Functor
Functor marker interface. |
|
| NullaryFunctor
Marker interface for nullary (zero-argument) functors. |
|
| Predicate
A functor that takes no arguments and returns a boolean value. |
|
| Procedure
A functor that takes no arguments and returns no value. |
|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| UnaryPredicate
A functor that takes one argument and returns a boolean value. |
|
| UnaryProcedure
A functor that takes one argument and returns no value. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.generator | |
|---|---|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryPredicate
A functor that takes one argument and returns a boolean value. |
|
| UnaryProcedure
A functor that takes one argument and returns no value. |
|
| Classes in org.apache.commons.functor used by org.apache.commons.functor.generator.util | |
|---|---|
| Functor
Functor marker interface. |
|
| UnaryFunction
A functor that takes one argument and returns an Object value. |
|
| UnaryFunctor
Marker interface for unary (single-argument) functors. |
|
| UnaryProcedure
A functor that takes one argument and returns no value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||