Uses of Package
org.apache.commons.functor.generator
-
Packages that use org.apache.commons.functor.generator Package Description org.apache.commons.functor.core.algorithm Various algorithm-esque 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.generator used by org.apache.commons.functor.core.algorithm Class Description Generator The Generator interface defines a number of useful actions applying UnaryFunctors to each in a series of argument Objects. -
Classes in org.apache.commons.functor.generator used by org.apache.commons.functor.generator Class Description BaseGenerator Base class for generators.Generator The Generator interface defines a number of useful actions applying UnaryFunctors to each in a series of argument Objects.IteratorToGeneratorAdapter Adapts anIteratorto theGeneratorinterface. -
Classes in org.apache.commons.functor.generator used by org.apache.commons.functor.generator.util Class Description BaseGenerator Base class for generators.Generator The Generator interface defines a number of useful actions applying UnaryFunctors to each in a series of argument Objects.