Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.functor.generator Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
BaseGeneratorBase class for generators.Classorg.apache.commons.functor.generatorApache Commons
CollectionTransformerTransforms a generator into a collection.Classorg.apache.commons.functor.generator.utilApache Commons
EachElementGenerator factory for each element of a collection.Classorg.apache.commons.functor.generator.utilApache 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
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
IteratorToGeneratorAdapterAdapts an Iterator to the LoopGenerator interface.Classorg.apache.commons.functor.generator.loopApache Commons
LoopGeneratorBase class for generators that control execution flow, and may need to stop the generation.Classorg.apache.commons.functor.generator.loopApache Commons
TransformedGeneratorGenerator that transforms the elements of another Generator.Classorg.apache.commons.functor.generator.loopApache Commons
UntilGenerateWrap another Generator such that run(Procedure) terminates once a condition has been satisfied.Classorg.apache.commons.functor.generator.loopApache 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