Uses of Class
org.apache.commons.functor.generator.BaseGenerator
Packages that use BaseGenerator
Package
Description
Contains code related to Generators.
Contains utility code for Generators.
-
Uses of BaseGenerator in org.apache.commons.functor.generator
Subclasses of BaseGenerator in org.apache.commons.functor.generatorModifier and TypeClassDescriptionclassGenerator that filters another Generator by only passing through those elements that are matched by a specified UnaryPredicate.classWrap anotherGeneratorsuch thatGenerateUntil.run(UnaryProcedure)terminates once a condition has been satisfied (test after).classWrap anotherGeneratorsuch thatGenerateWhile.run(UnaryProcedure)continues as long as a condition is true (test after).final classclassTransformedGenerator<I,E> Generator that transforms the elements of another Generator.classWrap anotherGeneratorsuch thatUntilGenerate.run(UnaryProcedure)terminates once a condition has been satisfied.classWrap anotherGeneratorsuch thatWhileGenerate.run(UnaryProcedure)continues as long as a condition is true (test before). -
Uses of BaseGenerator in org.apache.commons.functor.generator.util
Subclasses of BaseGenerator in org.apache.commons.functor.generator.utilModifier and TypeClassDescriptionfinal classA generator for the range from (inclusive) to to (exclusive).final classA generator for the range from (inclusive) to to (exclusive).