A B C D E F G H I K L M N O P Q R S T U V W 

A

Abs - Class in org.apache.commons.functor.example.kata.four
Evaluates to the absolute Integer value of the Number-valued input parameter.
Abs() - Constructor for class org.apache.commons.functor.example.kata.four.Abs
 
AbstractListBackedAggregatorTest - Class in org.apache.commons.functor.aggregator
AbstractListBackedAggregatorTest() - Constructor for class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
 
AbstractNoStoreAggregatorTest - Class in org.apache.commons.functor.aggregator
AbstractNoStoreAggregatorTest() - Constructor for class org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest
 
AbstractTimedAggregatorTest - Class in org.apache.commons.functor.aggregator
 
AbstractTimedAggregatorTest() - Constructor for class org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest
 
Add - Class in org.apache.commons.functor.example.kata.one
 
Add() - Constructor for class org.apache.commons.functor.example.kata.one.Add
 
AggregatedFunctionSample - Class in org.apache.commons.functor.example.aggregator.nostore
Shows how to implement own aggregated function to use with AbstractNoStoreAggregator.
AggregatedFunctionSample() - Constructor for class org.apache.commons.functor.example.aggregator.nostore.AggregatedFunctionSample
 
ArithmeticOperation - Class in org.apache.commons.functor.example.kata.one
 
ArithmeticOperation() - Constructor for class org.apache.commons.functor.example.kata.one.ArithmeticOperation
 
ArrayListBackedAggregatorTest - Class in org.apache.commons.functor.aggregator
ArrayListBackedAggregatorTest() - Constructor for class org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest
 
assertObjectsAreEqual(Object, Object) - Static method in class org.apache.commons.functor.BaseFunctorTest
 
assertObjectsAreNotEqual(Object, Object) - Static method in class org.apache.commons.functor.BaseFunctorTest
 

B

BaseBinaryChop - Class in org.apache.commons.functor.example.kata.two
See http://pragprog.com/pragdave/Practices/Kata/KataTwo.rdoc,v for more information on this Kata.
BaseBinaryChop() - Constructor for class org.apache.commons.functor.example.kata.two.BaseBinaryChop
 
BaseComparisonPredicateTest - Class in org.apache.commons.functor.core.comparator
 
BaseComparisonPredicateTest() - Constructor for class org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest
 
BaseFunctorTest - Class in org.apache.commons.functor
 
BaseFunctorTest() - Constructor for class org.apache.commons.functor.BaseFunctorTest
 
BinaryChop - Interface in org.apache.commons.functor.example.kata.two
See http://pragprog.com/pragdave/Practices/Kata/KataTwo.rdoc,v for more information on this Kata.
by(int) - Static method in class org.apache.commons.functor.example.kata.one.Divide
 
by(int) - Static method in class org.apache.commons.functor.example.kata.one.Mod
 
by(int) - Static method in class org.apache.commons.functor.example.kata.one.Multiply
 

C

clear() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
compare(List<Integer>, int, Integer) - Static method in class org.apache.commons.functor.example.kata.two.BaseBinaryChop
 
Contains<T> - Class in org.apache.commons.functor.example.lines
 
Contains(String) - Constructor for class org.apache.commons.functor.example.lines.Contains
 
containsKey(Object) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
containsValue(Object) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
Count - Class in org.apache.commons.functor.example.lines
 
Count() - Constructor for class org.apache.commons.functor.example.lines.Count
 
countItems() - Method in class org.apache.commons.functor.example.aggregator.nostore.NoStoreAggregatorSample
Shows how to use a simple nostore aggregator to just count number of times data is added.

D

DataMunger - Class in org.apache.commons.functor.example.kata.four
The real workhorse of this Kata excercise.
DataMunger() - Constructor for class org.apache.commons.functor.example.kata.four.DataMunger
 
DEFAULT_ON_CLEAR - Variable in class org.apache.commons.functor.example.map.FunctoredMap
 
DEFAULT_ON_GET - Variable in class org.apache.commons.functor.example.map.FunctoredMap
 
DEFAULT_ON_PUT - Variable in class org.apache.commons.functor.example.map.FunctoredMap
 
DEFAULT_ON_PUT_ALL - Variable in class org.apache.commons.functor.example.map.FunctoredMap
 
DEFAULT_ON_REMOVE - Variable in class org.apache.commons.functor.example.map.FunctoredMap
 
Divide - Class in org.apache.commons.functor.example.kata.one
 
Divide() - Constructor for class org.apache.commons.functor.example.kata.one.Divide
 
DoubleMaxAggregatorBinaryFunctionTest - Class in org.apache.commons.functor.aggregator.functions
DoubleMaxAggregatorBinaryFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest
 
DoubleMaxAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
DoubleMaxAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest
 
DoubleMeanValueAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
DoubleMeanValueAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest
 
DoubleMedianValueAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
DoubleMedianValueAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest
 
DoublePercentileAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
DoublePercentileAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest
 
DoubleSumAggregatorBinaryFunctionTest - Class in org.apache.commons.functor.aggregator.functions
DoubleSumAggregatorBinaryFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest
 
DoubleSumAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
DoubleSumAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest
 

E

EiffelStyleLoop - Class in org.apache.commons.functor.example.kata.two
Supports an Eiffel style loop construct.
EiffelStyleLoop() - Constructor for class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 
entrySet() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
equals(Object) - Method in class org.apache.commons.functor.example.kata.one.Money
 
equals(List<Integer>, int, Integer) - Static method in class org.apache.commons.functor.example.kata.two.BaseBinaryChop
 
equals(Object) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
evaluate(Number) - Method in class org.apache.commons.functor.example.kata.four.Abs
 
evaluate(String) - Method in class org.apache.commons.functor.example.kata.four.NthColumn
 
evaluate(String) - Method in class org.apache.commons.functor.example.kata.four.ToInteger
 
evaluate(Number, Number) - Method in class org.apache.commons.functor.example.kata.one.Add
 
evaluate(Number, Number) - Method in class org.apache.commons.functor.example.kata.one.Divide
 
evaluate(Number, Number) - Method in class org.apache.commons.functor.example.kata.one.Mod
 
evaluate(Number, Number) - Method in class org.apache.commons.functor.example.kata.one.Multiply
 
evaluate(Number, Number) - Method in class org.apache.commons.functor.example.kata.one.Subtract
 
evaluate(Number) - Method in class org.apache.commons.functor.example.kata.one.ToMoney
 
evaluate(Number, Number) - Method in class org.apache.commons.functor.example.lines.Sum
 
evaluate(String) - Method in class org.apache.commons.functor.example.lines.WordCount
 
evaluate(List<?>) - Method in class org.apache.commons.functor.example.QuicksortExample.ListFunction
 
evaluate(Object) - Method in class org.apache.commons.functor.example.QuicksortExample.ListFunction
 
evaluate(Object, List<?>) - Method in class org.apache.commons.functor.example.QuicksortExample.ObjectListFunction
 
evaluate(Object, Object) - Method in class org.apache.commons.functor.example.QuicksortExample.ObjectListFunction
 

F

find(int, int[]) - Method in class org.apache.commons.functor.example.kata.two.BaseBinaryChop
 
find(Integer, Integer[]) - Method in class org.apache.commons.functor.example.kata.two.BaseBinaryChop
 
find(int, int[]) - Method in interface org.apache.commons.functor.example.kata.two.BinaryChop
 
find(Integer, Integer[]) - Method in interface org.apache.commons.functor.example.kata.two.BinaryChop
 
find(Integer, List<Integer>) - Method in interface org.apache.commons.functor.example.kata.two.BinaryChop
 
findValue() - Method in class org.apache.commons.functor.example.aggregator.list.OwnFunctionImplementationSample
 
FixedSizeMap<K,V> - Class in org.apache.commons.functor.example.map
 
FixedSizeMap(Map<K, V>) - Constructor for class org.apache.commons.functor.example.map.FixedSizeMap
 
FlexiMapExample - Class in org.apache.commons.functor.example
 
FlexiMapExample() - Constructor for class org.apache.commons.functor.example.FlexiMapExample
 
from(int) - Static method in class org.apache.commons.functor.example.kata.one.Subtract
 
from(Function<? super X, ? extends Number>) - Static method in class org.apache.commons.functor.example.kata.one.ToMoney
 
from(NullaryProcedure) - Method in class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 
from(Reader) - Static method in class org.apache.commons.functor.example.lines.Lines
 
from(File) - Static method in class org.apache.commons.functor.example.lines.Lines
 
FunctoredMap<K,V> - Class in org.apache.commons.functor.example.map
 
FunctoredMap(Map<? super K, ? super V>) - Constructor for class org.apache.commons.functor.example.map.FunctoredMap
 
FunctoredMap.ContainsKey - Class in org.apache.commons.functor.example.map
 
FunctoredMap.Throw<K,V> - Class in org.apache.commons.functor.example.map
 

G

get(Object) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
getCount() - Method in class org.apache.commons.functor.example.lines.Count
 
getName() - Method in class org.apache.commons.functor.example.kata.one.Product
 
getPrice(int) - Method in class org.apache.commons.functor.example.kata.one.Product
 
getPriceFunction() - Method in class org.apache.commons.functor.example.kata.one.Product
 
getSku() - Method in class org.apache.commons.functor.example.kata.one.Product
 
getValueAsCents() - Method in class org.apache.commons.functor.example.kata.one.Money
 
greaterThan(List<Integer>, int, Integer) - Static method in class org.apache.commons.functor.example.kata.two.BaseBinaryChop
 

H

hashCode() - Method in class org.apache.commons.functor.example.kata.one.Money
 
hashCode() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 

I

instance() - Static method in class org.apache.commons.functor.example.kata.four.Abs
 
instance() - Static method in class org.apache.commons.functor.example.kata.four.IsInteger
 
instance(int) - Static method in class org.apache.commons.functor.example.kata.four.NthColumn
 
instance() - Static method in class org.apache.commons.functor.example.kata.four.ToInteger
 
instance() - Static method in class org.apache.commons.functor.example.kata.one.Add
 
instance() - Static method in class org.apache.commons.functor.example.kata.one.Divide
 
instance() - Static method in class org.apache.commons.functor.example.kata.one.Mod
 
instance() - Static method in class org.apache.commons.functor.example.kata.one.Multiply
 
instance() - Static method in class org.apache.commons.functor.example.kata.one.Subtract
 
instance() - Static method in class org.apache.commons.functor.example.kata.one.ToMoney
 
instance() - Static method in class org.apache.commons.functor.example.lines.Sum
 
instance() - Static method in class org.apache.commons.functor.example.lines.WordCount
 
IntCountAggregatorBinaryFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntCountAggregatorBinaryFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest
 
IntMaxAggregatorBinaryFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntMaxAggregatorBinaryFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest
 
IntMaxAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntMaxAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest
 
IntMeanValueAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntMeanValueAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest
 
IntMedianValueAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntMedianValueAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest
 
IntPercentileAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntPercentileAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest
 
IntSumAggregatorBinaryFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntSumAggregatorBinaryFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest
 
IntSumAggregatorFunctionTest - Class in org.apache.commons.functor.aggregator.functions
IntSumAggregatorFunctionTest() - Constructor for class org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest
 
invariant(NullaryPredicate) - Method in class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 
isEmpty() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
IsInteger - Class in org.apache.commons.functor.example.kata.four
Tests to true iff the input object can be converted to an Integer by ToInteger.
IsInteger() - Constructor for class org.apache.commons.functor.example.kata.four.IsInteger
 

K

keySet() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 

L

LazyMap<K,V> - Class in org.apache.commons.functor.example.map
 
LazyMap(Map<K, V>, Function<K, V>) - Constructor for class org.apache.commons.functor.example.map.LazyMap
 
Lines - Class in org.apache.commons.functor.example.lines
 
Lines(Reader) - Constructor for class org.apache.commons.functor.example.lines.Lines
 
list - Variable in class org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure.ListRemoveFirstProcedure
 
list - Variable in class org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure.ListRemoveFirstProcedure
 
loop(NullaryProcedure) - Method in class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 

M

makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicatePredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestFunctionPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestFunctionProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestLeftBoundFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestLeftBoundPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestLeftBoundProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicatePredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestPredicateFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestProcedureFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestProcedureProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestRightBoundFunction
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestRightBoundPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.adapter.TestRightBoundProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest
 
makeFunctor() - Method in class org.apache.commons.functor.BaseFunctorTest
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestDoUntil
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestDoWhile
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestFoldLeft
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestFoldRight
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestGeneratorContains
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestInPlaceTransform
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestRemoveMatching
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestRetainMatching
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestUntilDo
 
makeFunctor() - Method in class org.apache.commons.functor.core.algorithm.TestWhileDo
 
makeFunctor() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
makeFunctor() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
makeFunctor() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
makeFunctor() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
makeFunctor() - Method in class org.apache.commons.functor.core.collection.TestSize
 
makeFunctor() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestComparatorFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestIsEquivalent
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThan
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThan
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestIsNotEquivalent
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestIsWithinRange
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestMax
 
makeFunctor() - Method in class org.apache.commons.functor.core.comparator.TestMin
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestAnd
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestBinaryAnd
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestBinaryNot
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestBinaryOr
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestBinarySequence
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestCompositeBinaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestCompositeFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestCompositePredicate
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestCompositeProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestConditionalProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestNot
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestNullaryAnd
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestNullaryNot
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestNullaryOr
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestNullarySequence
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestOr
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestSequence
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestTransformedBinaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestTransformedNullaryFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestTransposedFunction
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestTransposedPredicate
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestTransposedProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestConstant
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIdentity
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIsEqual
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIsInstance
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIsNotEqual
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIsNotNull
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIsNotSame
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIsNull
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestIsSame
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestLeftIdentity
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestLimit
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestNoOp
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestOffset
 
makeFunctor() - Method in class org.apache.commons.functor.core.TestRightIdentity
 
makeFunctor() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
makeFunctor() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
makeFunctor() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
makeFunctor() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
makeFunctor() - Method in class org.apache.commons.functor.range.TestFloatRange
 
makeFunctor() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
makeFunctor() - Method in class org.apache.commons.functor.range.TestLongRange
 
maxValue() - Method in class org.apache.commons.functor.example.aggregator.nostore.NoStoreAggregatorSample
Calculate the maximum value of a series of numbers.
Mod - Class in org.apache.commons.functor.example.kata.one
 
Mod() - Constructor for class org.apache.commons.functor.example.kata.one.Mod
 
Money - Class in org.apache.commons.functor.example.kata.one
 
Money(int) - Constructor for class org.apache.commons.functor.example.kata.one.Money
 
Multiply - Class in org.apache.commons.functor.example.kata.one
 
Multiply() - Constructor for class org.apache.commons.functor.example.kata.one.Multiply
 

N

NEGATIVE_ONE - Static variable in class org.apache.commons.functor.example.kata.two.BaseBinaryChop
 
NoStoreAggregatorSample - Class in org.apache.commons.functor.example.aggregator.nostore
Examples of using a AbstractNoStoreAggregator.
NoStoreAggregatorSample() - Constructor for class org.apache.commons.functor.example.aggregator.nostore.NoStoreAggregatorSample
 
NthColumn - Class in org.apache.commons.functor.example.kata.four
Evaluates the input String to extrace the nth whitespace delmited column.
NthColumn(int) - Constructor for class org.apache.commons.functor.example.kata.four.NthColumn
 

O

org.apache.commons.functor - package org.apache.commons.functor
 
org.apache.commons.functor.adapter - package org.apache.commons.functor.adapter
 
org.apache.commons.functor.aggregator - package org.apache.commons.functor.aggregator
 
org.apache.commons.functor.aggregator.functions - package org.apache.commons.functor.aggregator.functions
 
org.apache.commons.functor.core - package org.apache.commons.functor.core
 
org.apache.commons.functor.core.algorithm - package org.apache.commons.functor.core.algorithm
 
org.apache.commons.functor.core.collection - package org.apache.commons.functor.core.collection
 
org.apache.commons.functor.core.comparator - package org.apache.commons.functor.core.comparator
 
org.apache.commons.functor.core.composite - package org.apache.commons.functor.core.composite
 
org.apache.commons.functor.example - package org.apache.commons.functor.example
 
org.apache.commons.functor.example.aggregator - package org.apache.commons.functor.example.aggregator
Package which groups a set of examples for Aggregator.
org.apache.commons.functor.example.aggregator.list - package org.apache.commons.functor.example.aggregator.list
Package which groups a set of examples for list-backed Aggregator.
org.apache.commons.functor.example.aggregator.nostore - package org.apache.commons.functor.example.aggregator.nostore
Package which groups a set of examples for AbstractNoStoreAggregator.
org.apache.commons.functor.example.kata.four - package org.apache.commons.functor.example.kata.four
 
org.apache.commons.functor.example.kata.one - package org.apache.commons.functor.example.kata.one
 
org.apache.commons.functor.example.kata.two - package org.apache.commons.functor.example.kata.two
 
org.apache.commons.functor.example.lines - package org.apache.commons.functor.example.lines
 
org.apache.commons.functor.example.map - package org.apache.commons.functor.example.map
 
org.apache.commons.functor.generator - package org.apache.commons.functor.generator
 
org.apache.commons.functor.generator.loop - package org.apache.commons.functor.generator.loop
 
org.apache.commons.functor.generator.util - package org.apache.commons.functor.generator.util
 
org.apache.commons.functor.range - package org.apache.commons.functor.range
 
OwnFunctionImplementationSample - Class in org.apache.commons.functor.example.aggregator.list
Shows how to implement own aggregation function with a List-backed aggregator.
OwnFunctionImplementationSample() - Constructor for class org.apache.commons.functor.example.aggregator.list.OwnFunctionImplementationSample
 
OwnListImplementationSample - Class in org.apache.commons.functor.example.aggregator.list
Class which shows how to provide a custom List implementation with an instance of AbstractListBackedAggregator.
OwnListImplementationSample() - Constructor for class org.apache.commons.functor.example.aggregator.list.OwnListImplementationSample
 

P

PredicatedMap<K,V> - Class in org.apache.commons.functor.example.map
 
PredicatedMap(Map<K, V>, Predicate<K>, Predicate<V>) - Constructor for class org.apache.commons.functor.example.map.PredicatedMap
 
process(InputStream, int, int, int) - Static method in class org.apache.commons.functor.example.kata.four.DataMunger
process(Reader, int, int, int) - Static method in class org.apache.commons.functor.example.kata.four.DataMunger
Processes each line of the given Reader, returning the selected column for the line where the absolute difference between the integer value of col1 and col2 is least.
Product - Class in org.apache.commons.functor.example.kata.one
 
Product(String, String, int) - Constructor for class org.apache.commons.functor.example.kata.one.Product
 
Product(String, String, Function<? super Integer, Money>) - Constructor for class org.apache.commons.functor.example.kata.one.Product
 
put(Object, Object) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 

Q

quicksort(List<?>) - Method in class org.apache.commons.functor.example.QuicksortExample
 
QuicksortExample - Class in org.apache.commons.functor.example
An example of implementing the quicksort sorting algorithm using commons-functor.
QuicksortExample() - Constructor for class org.apache.commons.functor.example.QuicksortExample
 
QuicksortExample.ListFunction - Class in org.apache.commons.functor.example
 
QuicksortExample.ListFunction() - Constructor for class org.apache.commons.functor.example.QuicksortExample.ListFunction
 
QuicksortExample.ObjectListFunction - Class in org.apache.commons.functor.example
 
QuicksortExample.ObjectListFunction() - Constructor for class org.apache.commons.functor.example.QuicksortExample.ObjectListFunction
 

R

remove(Object) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
run() - Method in class org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure.ListRemoveFirstProcedure
 
run() - Method in class org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure.ListRemoveFirstProcedure
 
run() - Method in class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 
run() - Method in class org.apache.commons.functor.example.lines.Count
 
run(Procedure<? super String>) - Method in class org.apache.commons.functor.example.lines.Lines
 
run() - Method in class org.apache.commons.functor.example.map.FunctoredMap.Throw
 
run(Map<K, V>) - Method in class org.apache.commons.functor.example.map.FunctoredMap.Throw
 
run(K, V) - Method in class org.apache.commons.functor.example.map.FunctoredMap.Throw
 

S

sampleCreateOwnList() - Method in class org.apache.commons.functor.example.aggregator.list.OwnListImplementationSample
 
setName(String) - Method in class org.apache.commons.functor.example.kata.one.Product
 
setOnClear(Procedure<Map<K, V>>) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
setOnGet(BinaryFunction<Map<K, V>, K, V>) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
setOnPut(BinaryFunction<Map<K, V>, Object[], V>) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
setOnPutAll(BinaryProcedure<Map<K, V>, Map<K, V>>) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
setOnRemove(BinaryFunction<Map<K, V>, K, V>) - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
setPriceFunction(Function<? super Integer, Money>) - Method in class org.apache.commons.functor.example.kata.one.Product
 
setSku(String) - Method in class org.apache.commons.functor.example.kata.one.Product
 
setUp() - Method in class org.apache.commons.functor.core.algorithm.TestInPlaceTransform
 
setUp() - Method in class org.apache.commons.functor.core.algorithm.TestRemoveMatching
 
setUp() - Method in class org.apache.commons.functor.core.algorithm.TestRetainMatching
 
setUp() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
setUp() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
setUp() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
setUp() - Method in class org.apache.commons.functor.example.lines.TestLines
 
setUp() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
setUp() - Method in class org.apache.commons.functor.example.map.TestLazyMap
 
setUp() - Method in class org.apache.commons.functor.example.map.TestPredicatedMap
 
setUp() - Method in class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
setUp() - Method in class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
setUp() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
setUp() - Method in class org.apache.commons.functor.generator.loop.TestLoopGenerator
 
setUp() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
setUp() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
setUp() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
setUp() - Method in class org.apache.commons.functor.generator.TestBaseGenerator
 
setUp() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
setUp() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
setUp() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
setUp() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
setUp() - Method in class org.apache.commons.functor.range.TestFloatRange
 
setUp() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
setUp() - Method in class org.apache.commons.functor.range.TestLongRange
 
setUp() - Method in class org.apache.commons.functor.TestAlgorithms
 
size() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
StartsWith<T> - Class in org.apache.commons.functor.example.lines
 
StartsWith(String) - Constructor for class org.apache.commons.functor.example.lines.StartsWith
 
stop() - Method in class org.apache.commons.functor.example.lines.Lines
 
Subtract - Class in org.apache.commons.functor.example.kata.one
 
Subtract() - Constructor for class org.apache.commons.functor.example.kata.one.Subtract
 
suite() - Static method in class org.apache.commons.functor.example.kata.four.TestWeather
 
suite() - Static method in class org.apache.commons.functor.example.lines.TestAll
 
suite() - Static method in class org.apache.commons.functor.example.lines.TestLines
 
suite() - Static method in class org.apache.commons.functor.example.map.TestAll
 
suite() - Static method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
suite() - Static method in class org.apache.commons.functor.example.map.TestLazyMap
 
suite() - Static method in class org.apache.commons.functor.example.map.TestPredicatedMap
 
Sum - Class in org.apache.commons.functor.example.lines
 
Sum() - Constructor for class org.apache.commons.functor.example.lines.Sum
 
sumItems() - Method in class org.apache.commons.functor.example.aggregator.nostore.NoStoreAggregatorSample
Shows how to sum up all the items passed in and "flush" them regularly on a timer.
SupermarketPricingExample - Class in org.apache.commons.functor.example.kata.one
Dave Thomas's Kata One asks us to think about how one might implement pricing rules: "Some things in supermarkets have simple prices: this can of beans costs $0.65.
SupermarketPricingExample() - Constructor for class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 

T

tearDown() - Method in class org.apache.commons.functor.core.algorithm.TestInPlaceTransform
 
tearDown() - Method in class org.apache.commons.functor.core.algorithm.TestRemoveMatching
 
tearDown() - Method in class org.apache.commons.functor.core.algorithm.TestRetainMatching
 
tearDown() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
tearDown() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
tearDown() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
tearDown() - Method in class org.apache.commons.functor.example.lines.TestLines
 
tearDown() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
tearDown() - Method in class org.apache.commons.functor.example.map.TestLazyMap
 
tearDown() - Method in class org.apache.commons.functor.example.map.TestPredicatedMap
 
tearDown() - Method in class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
tearDown() - Method in class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
tearDown() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
tearDown() - Method in class org.apache.commons.functor.generator.loop.TestLoopGenerator
 
tearDown() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
tearDown() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
tearDown() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
tearDown() - Method in class org.apache.commons.functor.generator.TestBaseGenerator
 
tearDown() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
tearDown() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
tearDown() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
tearDown() - Method in class org.apache.commons.functor.range.TestFloatRange
 
tearDown() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
tearDown() - Method in class org.apache.commons.functor.range.TestLongRange
 
tearDown() - Method in class org.apache.commons.functor.TestAlgorithms
 
test(String) - Method in class org.apache.commons.functor.example.kata.four.IsInteger
 
test(T) - Method in class org.apache.commons.functor.example.lines.Contains
 
test(T) - Method in class org.apache.commons.functor.example.lines.StartsWith
 
test(Object) - Method in class org.apache.commons.functor.example.map.FunctoredMap.ContainsKey
 
test() - Method in class org.apache.commons.functor.example.map.TestLazyMap
 
TestAbstractLoopNullaryProcedure - Class in org.apache.commons.functor.core.composite
 
TestAbstractLoopNullaryProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicatePredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestFunctionPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestFunctionProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestLeftBoundFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestLeftBoundPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestLeftBoundProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicatePredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestPredicateFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestProcedureFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestProcedureProcedure
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestRightBoundFunction
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestRightBoundPredicate
 
testAdapt() - Method in class org.apache.commons.functor.adapter.TestRightBoundProcedure
 
testAdaptNonNull() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicatePredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestFunctionPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestFunctionProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestLeftBoundFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestLeftBoundPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestLeftBoundProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicatePredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestPredicateFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestProcedureFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestProcedureProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestRightBoundFunction
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestRightBoundPredicate
 
testAdaptNull() - Method in class org.apache.commons.functor.adapter.TestRightBoundProcedure
 
testAdaptNull() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
testAdd() - Method in class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
Ensures beforeAdd/afterAdd is called correctly.
testAdd() - Method in class org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest
 
testAddEvaluateReset() - Method in class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
"Complete" add/evaluate/reset chain.
TestAlgorithms - Class in org.apache.commons.functor
 
TestAlgorithms() - Constructor for class org.apache.commons.functor.TestAlgorithms
 
TestAll - Class in org.apache.commons.functor.example.lines
 
TestAll(String) - Constructor for class org.apache.commons.functor.example.lines.TestAll
 
TestAll - Class in org.apache.commons.functor.example.map
 
TestAll(String) - Constructor for class org.apache.commons.functor.example.map.TestAll
 
testAllPass() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testAllPass() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testAllPass2() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testAllPass2() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
TestAnd - Class in org.apache.commons.functor.core.composite
 
TestAnd() - Constructor for class org.apache.commons.functor.core.composite.TestAnd
 
testApply() - Method in class org.apache.commons.functor.TestAlgorithms
 
testApply2() - Method in class org.apache.commons.functor.TestAlgorithms
 
testApply3() - Method in class org.apache.commons.functor.TestAlgorithms
 
testApplyToGenerator() - Method in class org.apache.commons.functor.TestAlgorithms
 
testAsBinary() - Method in class org.apache.commons.functor.core.TestIsNull
 
testAscending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testAscending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testAscending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testAscending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testAscending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testAsPredicate() - Method in class org.apache.commons.functor.core.TestIsNotSame
 
testAsPredicate() - Method in class org.apache.commons.functor.core.TestIsSame
 
testBadArgs() - Method in class org.apache.commons.functor.core.TestLimit
 
testBadArgs() - Method in class org.apache.commons.functor.core.TestOffset
 
TestBaseGenerator - Class in org.apache.commons.functor.generator
Tests the Base Generator class.
TestBaseGenerator() - Constructor for class org.apache.commons.functor.generator.TestBaseGenerator
 
testBaseMapOverrides() - Method in class org.apache.commons.functor.example.map.TestLazyMap
 
testBasicMap() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testBasicMapAllowsMultipleTypes() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testBasicMapAllowsNull() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testBasicMapReturnsNullForMissingKey() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testBasicMapStoresOnlyOneValuePerKey() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testBasicTransform() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
TestBinaryAnd - Class in org.apache.commons.functor.core.composite
 
TestBinaryAnd() - Constructor for class org.apache.commons.functor.core.composite.TestBinaryAnd
 
TestBinaryChop - Class in org.apache.commons.functor.example.kata.two
Examples of binary search implementations.
TestBinaryChop() - Constructor for class org.apache.commons.functor.example.kata.two.TestBinaryChop
 
TestBinaryCompositeBinaryFunction - Class in org.apache.commons.functor.core.composite
 
TestBinaryCompositeBinaryFunction() - Constructor for class org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction
 
TestBinaryFunctionBinaryPredicate - Class in org.apache.commons.functor.adapter
 
TestBinaryFunctionBinaryPredicate() - Constructor for class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate
 
TestBinaryFunctionBinaryProcedure - Class in org.apache.commons.functor.adapter
 
TestBinaryFunctionBinaryProcedure() - Constructor for class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure
 
TestBinaryFunctionFunction - Class in org.apache.commons.functor.adapter
 
TestBinaryFunctionFunction() - Constructor for class org.apache.commons.functor.adapter.TestBinaryFunctionFunction
 
testBinaryMethods() - Method in class org.apache.commons.functor.core.composite.TestComposite
 
testBinaryMethods() - Method in class org.apache.commons.functor.core.composite.TestConditional
 
TestBinaryNot - Class in org.apache.commons.functor.core.composite
 
TestBinaryNot() - Constructor for class org.apache.commons.functor.core.composite.TestBinaryNot
 
TestBinaryOr - Class in org.apache.commons.functor.core.composite
 
TestBinaryOr() - Constructor for class org.apache.commons.functor.core.composite.TestBinaryOr
 
TestBinaryPredicateBinaryFunction - Class in org.apache.commons.functor.adapter
 
TestBinaryPredicateBinaryFunction() - Constructor for class org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction
 
TestBinaryPredicatePredicate - Class in org.apache.commons.functor.adapter
 
TestBinaryPredicatePredicate() - Constructor for class org.apache.commons.functor.adapter.TestBinaryPredicatePredicate
 
TestBinaryProcedureBinaryFunction - Class in org.apache.commons.functor.adapter
 
TestBinaryProcedureBinaryFunction() - Constructor for class org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction
 
TestBinaryProcedureProcedure - Class in org.apache.commons.functor.adapter
 
TestBinaryProcedureProcedure() - Constructor for class org.apache.commons.functor.adapter.TestBinaryProcedureProcedure
 
TestBinarySequence - Class in org.apache.commons.functor.core.composite
 
TestBinarySequence() - Constructor for class org.apache.commons.functor.core.composite.TestBinarySequence
 
testBoundaries() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testBoundaries() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testBoundaries() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testBoundaries() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testBoundaries() - Method in class org.apache.commons.functor.range.TestLongRange
 
testBoundEquals() - Method in class org.apache.commons.functor.core.TestIsInstance
 
TestBoundNullaryFunction - Class in org.apache.commons.functor.adapter
 
TestBoundNullaryFunction() - Constructor for class org.apache.commons.functor.adapter.TestBoundNullaryFunction
 
TestBoundNullaryPredicate - Class in org.apache.commons.functor.adapter
 
TestBoundNullaryPredicate() - Constructor for class org.apache.commons.functor.adapter.TestBoundNullaryPredicate
 
TestBoundNullaryProcedure - Class in org.apache.commons.functor.adapter
 
TestBoundNullaryProcedure() - Constructor for class org.apache.commons.functor.adapter.TestBoundNullaryProcedure
 
testBoundTest() - Method in class org.apache.commons.functor.core.TestIsInstance
 
testBoundType() - Method in class org.apache.commons.functor.range.TestEndpoint
 
testBuiltIn() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
In practice, one would most likely use the binary search method already available in java.util.Collections, but that's not really the point of this exercise.
testBuyThreeGetTwoFree() - Method in class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 
testBuyTwoGetFiveFree() - Method in class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 
testBuyTwoGetOneFree_1() - Method in class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 
testBuyTwoGetOneFree_2() - Method in class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 
testCanAssociateNewValueWithOldKey() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
testCanAssociateNewValueWithOldKeyViaPutAll() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
testCanPutMatchingPair() - Method in class org.apache.commons.functor.example.map.TestPredicatedMap
 
testCantClear() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
testCantPutInvalidKey() - Method in class org.apache.commons.functor.example.map.TestPredicatedMap
 
testCantPutInvalidValue() - Method in class org.apache.commons.functor.example.map.TestPredicatedMap
 
testCantPutNewPair() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
testCantPutNewPairViaPutAll() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
testCantRemove() - Method in class org.apache.commons.functor.example.map.TestFixedSizeMap
 
TestCharacterRange - Class in org.apache.commons.functor.range
 
TestCharacterRange() - Constructor for class org.apache.commons.functor.range.TestCharacterRange
 
testClosedClosedAscending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedClosedAscending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedClosedAscending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedClosedAscending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedClosedAscending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testClosedClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
testClosedClosedDescending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedClosedDescending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedClosedDescending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedClosedDescending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedClosedDescending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testClosedClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
testClosedOpenAscending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedOpenAscending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedOpenAscending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedOpenAscending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedOpenAscending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testClosedOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
testClosedOpenDescending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedOpenDescending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedOpenDescending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedOpenDescending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedOpenDescending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testClosedOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testClosedOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testClosedOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testClosedOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testClosedOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
TestComparableComparator - Class in org.apache.commons.functor.core.comparator
 
TestComparableComparator() - Constructor for class org.apache.commons.functor.core.comparator.TestComparableComparator
 
TestComparatorFunction - Class in org.apache.commons.functor.core.comparator
 
TestComparatorFunction() - Constructor for class org.apache.commons.functor.core.comparator.TestComparatorFunction
 
testCompareIntegers() - Method in class org.apache.commons.functor.core.comparator.TestComparableComparator
 
testCompareNull() - Method in class org.apache.commons.functor.core.comparator.TestComparableComparator
 
TestComposite - Class in org.apache.commons.functor.core.composite
 
TestComposite() - Constructor for class org.apache.commons.functor.core.composite.TestComposite
 
TestCompositeBinaryFunction - Class in org.apache.commons.functor.core.composite
 
TestCompositeBinaryFunction() - Constructor for class org.apache.commons.functor.core.composite.TestCompositeBinaryFunction
 
TestCompositeBinaryPredicate - Class in org.apache.commons.functor.core.composite
 
TestCompositeBinaryPredicate() - Constructor for class org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate
 
TestCompositeFunction - Class in org.apache.commons.functor.core.composite
 
TestCompositeFunction() - Constructor for class org.apache.commons.functor.core.composite.TestCompositeFunction
 
TestCompositePredicate - Class in org.apache.commons.functor.core.composite
 
TestCompositePredicate() - Constructor for class org.apache.commons.functor.core.composite.TestCompositePredicate
 
TestCompositeProcedure - Class in org.apache.commons.functor.core.composite
 
TestCompositeProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestCompositeProcedure
 
testComputeRank() - Method in class org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest
 
testComputeRank() - Method in class org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest
 
TestConditional - Class in org.apache.commons.functor.core.composite
 
TestConditional() - Constructor for class org.apache.commons.functor.core.composite.TestConditional
 
TestConditionalBinaryFunction - Class in org.apache.commons.functor.core.composite
 
TestConditionalBinaryFunction() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalBinaryFunction
 
TestConditionalBinaryPredicate - Class in org.apache.commons.functor.core.composite
 
TestConditionalBinaryPredicate() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate
 
TestConditionalBinaryProcedure - Class in org.apache.commons.functor.core.composite
 
TestConditionalBinaryProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure
 
TestConditionalFunction - Class in org.apache.commons.functor.core.composite
 
TestConditionalFunction() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalFunction
 
TestConditionalNullaryFunction - Class in org.apache.commons.functor.core.composite
 
TestConditionalNullaryFunction() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalNullaryFunction
 
TestConditionalNullaryPredicate - Class in org.apache.commons.functor.core.composite
 
TestConditionalNullaryPredicate() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate
 
TestConditionalNullaryProcedure - Class in org.apache.commons.functor.core.composite
 
TestConditionalNullaryProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure
 
TestConditionalPredicate - Class in org.apache.commons.functor.core.composite
 
TestConditionalPredicate() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalPredicate
 
TestConditionalProcedure - Class in org.apache.commons.functor.core.composite
 
TestConditionalProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestConditionalProcedure
 
TestConstant - Class in org.apache.commons.functor.core
 
TestConstant() - Constructor for class org.apache.commons.functor.core.TestConstant
 
testConstant() - Method in class org.apache.commons.functor.core.TestIdentity
 
testConstant() - Method in class org.apache.commons.functor.core.TestIsEqual
 
testConstant() - Method in class org.apache.commons.functor.core.TestIsNotEqual
 
testConstant() - Method in class org.apache.commons.functor.core.TestIsNotNull
 
testConstant() - Method in class org.apache.commons.functor.core.TestIsNotSame
 
testConstant() - Method in class org.apache.commons.functor.core.TestIsNull
 
testConstant() - Method in class org.apache.commons.functor.core.TestIsSame
 
testConstant() - Method in class org.apache.commons.functor.core.TestLeftIdentity
 
testConstant() - Method in class org.apache.commons.functor.core.TestNoOp
 
testConstant() - Method in class org.apache.commons.functor.core.TestRightIdentity
 
testConstantFalse() - Method in class org.apache.commons.functor.core.TestConstant
 
testConstantPricePerUnit() - Method in class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 
testConstants() - Method in class org.apache.commons.functor.core.TestConstant
 
testConstantTrue() - Method in class org.apache.commons.functor.core.TestConstant
 
testConstructNull() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
testConstructorProhibitsNull() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testConstructorProhibitsNull() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testConstructorProhibitsNull2() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testConstructorProhibitsNull2() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testConstructorProhibitsNull3() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testConstructorProhibitsNull3() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testConstructorProhibitsNullFunction() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
testConstructorProhibitsNullGenerator() - Method in class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
testConstructorProhibitsNullGeneratorOrNullWrappedPredicate() - Method in class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
testConstructorProhibitsNullPredicate() - Method in class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
testConstructorProhibitsNullPredicate() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
testConstructorProhibitsNullPredicate() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
testConstructorProhibitsNullPredicate() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
testConstructorProhibitsNullPredicateOrNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
testConstructorProhibitsNullPredicateOrNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
testConstructorProhibitsNullPredicateOrNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
testConstructorProhibitsNullPredicateOrNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
testConstructorProhibitsNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
testConstructorProhibitsNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
testConstructorProhibitsNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
testConstructorProhibitsNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
testConstructorProhibitsNullWrappedGenerator() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
testConstructorProhibitsNullWrappedGeneratorOrNullFunction() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
testConstructorProhibitsNullWrappedPredicate() - Method in class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
testConstructors() - Method in class org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation
 
testConstructors() - Method in class org.apache.commons.functor.core.composite.TestNullaryOr
 
testConstructors() - Method in class org.apache.commons.functor.core.composite.TestNullarySequence
 
testConstructors() - Method in class org.apache.commons.functor.core.composite.TestSequence
 
testConstructorUsingSameEndpoint() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testConstructorUsingSameEndpoint() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testConstructorUsingSameEndpoint() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testConstructorUsingSameEndpoint() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testConstructorUsingSameEndpoint() - Method in class org.apache.commons.functor.range.TestLongRange
 
testContains() - Method in class org.apache.commons.functor.core.algorithm.TestGeneratorContains
 
testContainsAll() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testContainsAll() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testContainsAll() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testContainsAll() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testContainsAll() - Method in class org.apache.commons.functor.range.TestLongRange
 
testContainsNullOrEmpty() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testContainsNullOrEmpty() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testContainsNullOrEmpty() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testContainsNullOrEmpty() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testContainsNullOrEmpty() - Method in class org.apache.commons.functor.range.TestLongRange
 
testContainsSingleStepAscending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testContainsSingleStepAscending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testContainsSingleStepAscending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testContainsSingleStepAscending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testContainsSingleStepAscending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testContainsSingleStepDescending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testContainsSingleStepDescending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testContainsSingleStepDescending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testContainsSingleStepDescending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testContainsSingleStepDescending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testCount() - Method in class org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest
 
testCountCharacters() - Method in class org.apache.commons.functor.example.lines.TestLines
 
testCountCommentLines() - Method in class org.apache.commons.functor.example.lines.TestLines
 
testCountLines() - Method in class org.apache.commons.functor.example.lines.TestLines
 
testCountWords() - Method in class org.apache.commons.functor.example.lines.TestLines
 
testCountWordsExcludingComments() - Method in class org.apache.commons.functor.example.lines.TestLines
 
testCreate() - Method in class org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest
 
testCreate() - Method in class org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest
 
testCreateIntervalParam() - Method in class org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest
 
testCreateList() - Method in class org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest
 
testCreateNoTimer() - Method in class org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest
 
testCreateNotSharedTimer() - Method in class org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest
 
testCreateSharedTimer() - Method in class org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest
 
testDataSize() - Method in class org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest
 
testDefaultStep() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testDefaultStep() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testDefaultStep() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testDefaultStep() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testDefaultStep() - Method in class org.apache.commons.functor.range.TestLongRange
 
testDescending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testDescending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testDescending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testDescending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testDescending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testDetect() - Method in class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
testDetectIfNone() - Method in class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
TestDoubleRange - Class in org.apache.commons.functor.range
Tests for double range.
TestDoubleRange() - Constructor for class org.apache.commons.functor.range.TestDoubleRange
 
TestDoUntil - Class in org.apache.commons.functor.core.algorithm
Tests DoUntil algorithm.
TestDoUntil() - Constructor for class org.apache.commons.functor.core.algorithm.TestDoUntil
 
testDoUntil() - Method in class org.apache.commons.functor.core.algorithm.TestDoUntil
 
TestDoWhile - Class in org.apache.commons.functor.core.algorithm
Tests DoWhile algorithm.
TestDoWhile() - Constructor for class org.apache.commons.functor.core.algorithm.TestDoWhile
 
testDoWhile() - Method in class org.apache.commons.functor.core.algorithm.TestDoWhile
 
TestDoWhileNullaryProcedure - Class in org.apache.commons.functor.core.composite
 
TestDoWhileNullaryProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure
 
TestDoWhileNullaryProcedure.ListRemoveFirstProcedure - Class in org.apache.commons.functor.core.composite
 
TestDoWhileNullaryProcedure.ListRemoveFirstProcedure(List<Object>) - Constructor for class org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure.ListRemoveFirstProcedure
 
testDuplicateAdd() - Method in class org.apache.commons.functor.core.composite.TestAnd
 
testDuplicateAdd() - Method in class org.apache.commons.functor.core.composite.TestBinaryAnd
 
testDuplicateAdd() - Method in class org.apache.commons.functor.core.composite.TestBinaryOr
 
testDuplicateAdd() - Method in class org.apache.commons.functor.core.composite.TestNullaryAnd
 
testDuplicateAdd() - Method in class org.apache.commons.functor.core.composite.TestNullaryOr
 
testDuplicateAdd() - Method in class org.apache.commons.functor.core.composite.TestOr
 
TestEachElement - Class in org.apache.commons.functor.generator.util
 
TestEachElement() - Constructor for class org.apache.commons.functor.generator.util.TestEachElement
 
testEdgeCase() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testEdgeCase() - Method in class org.apache.commons.functor.range.TestLongRange
 
testEmptyFilteredIterable() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest
 
testEmptyList() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testEmptyList() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testEmptyList() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testEmptyRanges() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testEmptyRanges() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testEmptyRanges() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testEmptyRanges() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testEmptyRanges() - Method in class org.apache.commons.functor.range.TestLongRange
 
TestEndpoint - Class in org.apache.commons.functor.range
Tests for endpoint.
TestEndpoint() - Constructor for class org.apache.commons.functor.range.TestEndpoint
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicatePredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestFunctionPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestFunctionProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestLeftBoundFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestLeftBoundPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestLeftBoundProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicatePredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestPredicateFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestProcedureFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestProcedureProcedure
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestRightBoundFunction
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestRightBoundPredicate
 
testEquals() - Method in class org.apache.commons.functor.adapter.TestRightBoundProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
testEquals() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testEquals() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testEquals() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
testEquals() - Method in class org.apache.commons.functor.core.collection.TestSize
 
testEquals() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestComparatorFunction
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestIsEquivalent
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThan
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThan
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestIsNotEquivalent
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestIsWithinRange
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestMax
 
testEquals() - Method in class org.apache.commons.functor.core.comparator.TestMin
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestAnd
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestBinaryAnd
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestBinaryNot
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestBinaryOr
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestBinarySequence
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestCompositeBinaryFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestCompositeFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestCompositePredicate
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestCompositeProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalPredicate
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestConditionalProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestNot
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestNullaryAnd
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestNullaryNot
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestNullaryOr
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestNullarySequence
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestOr
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestSequence
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestTransformedBinaryFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestTransformedNullaryFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestTransposedFunction
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestTransposedPredicate
 
testEquals() - Method in class org.apache.commons.functor.core.composite.TestTransposedProcedure
 
testEquals() - Method in class org.apache.commons.functor.core.TestConstant
 
testEquals() - Method in class org.apache.commons.functor.core.TestIdentity
 
testEquals() - Method in class org.apache.commons.functor.core.TestIsEqual
 
testEquals() - Method in class org.apache.commons.functor.core.TestIsInstance
 
testEquals() - Method in class org.apache.commons.functor.core.TestIsNotEqual
 
testEquals() - Method in class org.apache.commons.functor.core.TestIsNotNull
 
testEquals() - Method in class org.apache.commons.functor.core.TestIsNotSame
 
testEquals() - Method in class org.apache.commons.functor.core.TestIsNull
 
testEquals() - Method in class org.apache.commons.functor.core.TestIsSame
 
testEquals() - Method in class org.apache.commons.functor.core.TestLeftIdentity
 
testEquals() - Method in class org.apache.commons.functor.core.TestLimit
 
testEquals() - Method in class org.apache.commons.functor.core.TestNoOp
 
testEquals() - Method in class org.apache.commons.functor.core.TestOffset
 
testEquals() - Method in class org.apache.commons.functor.core.TestRightIdentity
 
testEquals() - Method in class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
testEquals() - Method in class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
testEquals() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
testEquals() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
testEquals() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
testEquals() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
testEquals() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
testEquals() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testEquals() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testEquals() - Method in class org.apache.commons.functor.range.TestEndpoint
 
testEquals() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testEquals() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testEquals() - Method in class org.apache.commons.functor.range.TestLongRange
 
testEqualsAndHashCode() - Method in class org.apache.commons.functor.core.comparator.TestComparableComparator
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftPredicate
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestIgnoreLeftProcedure
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightPredicate
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestIgnoreRightProcedure
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestLeftBoundFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicatePredicate
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestProcedureFunction
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestProcedureProcedure
 
testEvaluate() - Method in class org.apache.commons.functor.adapter.TestRightBoundFunction
 
testEvaluate() - Method in class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
Ensures beforeEvaluate/afterEvauate is called correctly.
testEvaluate() - Method in class org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest
Ensures beforeEvaluate/afterEvauate is called correctly.
testEvaluate() - Method in class org.apache.commons.functor.core.collection.TestSize
 
testEvaluate() - Method in class org.apache.commons.functor.core.comparator.TestComparatorFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.comparator.TestMax
 
testEvaluate() - Method in class org.apache.commons.functor.core.comparator.TestMin
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestCompositeBinaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestCompositeFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestConditionalFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestTransposedFunction
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestTransposedPredicate
 
testEvaluate() - Method in class org.apache.commons.functor.core.composite.TestTransposedProcedure
 
testEvaluate() - Method in class org.apache.commons.functor.core.TestConstant
 
testEvaluate() - Method in class org.apache.commons.functor.core.TestIdentity
 
testEvaluate() - Method in class org.apache.commons.functor.core.TestLeftIdentity
 
testEvaluate() - Method in class org.apache.commons.functor.core.TestRightIdentity
 
testEvaluateArray() - Method in class org.apache.commons.functor.core.collection.TestSize
 
testEvaluateConstantNull() - Method in class org.apache.commons.functor.core.TestConstant
 
testEvaluateNoCopy() - Method in class org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest
 
testEvaluateNoCopy() - Method in class org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest
 
testEvaluateNonCollection() - Method in class org.apache.commons.functor.core.collection.TestSize
 
testEvaluateNull() - Method in class org.apache.commons.functor.core.collection.TestSize
 
testEvaluateNullEmpty() - Method in class org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest
 
testEvaluateNullEmpty() - Method in class org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest
 
testEvaluateObject() - Method in class org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction
 
testEvaluateRaw() - Method in class org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction
 
testEvaluateString() - Method in class org.apache.commons.functor.core.collection.TestSize
 
testFactory() - Method in class org.apache.commons.functor.core.comparator.TestIsWithinRange
 
testFalse() - Method in class org.apache.commons.functor.core.composite.TestAnd
 
testFalse() - Method in class org.apache.commons.functor.core.composite.TestBinaryAnd
 
testFalse() - Method in class org.apache.commons.functor.core.composite.TestBinaryOr
 
testFalse() - Method in class org.apache.commons.functor.core.composite.TestNullaryAnd
 
testFalse() - Method in class org.apache.commons.functor.core.composite.TestNullaryOr
 
testFalse() - Method in class org.apache.commons.functor.core.composite.TestOr
 
TestFilteredGenerator - Class in org.apache.commons.functor.generator
Tests the Filtered Generator class.
TestFilteredGenerator() - Constructor for class org.apache.commons.functor.generator.TestFilteredGenerator
 
TestFilteredIterable - Class in org.apache.commons.functor.core.collection
 
TestFilteredIterable() - Constructor for class org.apache.commons.functor.core.collection.TestFilteredIterable
 
TestFilteredIterator - Class in org.apache.commons.functor.core.collection
 
TestFilteredIterator() - Constructor for class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testFilterWithFilteredIterableReturnsItself() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testFilterWithNullIteratorReturnsNull() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testFilterWithNullIteratorReturnsNull() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testFilterWithNullPredicateReturnsIdentity() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testFindMatchingFromTail() - Method in class org.apache.commons.functor.example.lines.TestLines
 
testFindMatchingLines() - Method in class org.apache.commons.functor.example.lines.TestLines
 
TestFindWithinGenerator - Class in org.apache.commons.functor.core.algorithm
Tests FindWithinGenerator algorithm.
TestFindWithinGenerator() - Constructor for class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
TestFixedSizeMap - Class in org.apache.commons.functor.example.map
 
TestFixedSizeMap(String) - Constructor for class org.apache.commons.functor.example.map.TestFixedSizeMap
 
TestFloatRange - Class in org.apache.commons.functor.range
Tests for float range.
TestFloatRange() - Constructor for class org.apache.commons.functor.range.TestFloatRange
 
TestFoldLeft - Class in org.apache.commons.functor.core.algorithm
Tests FoldLeft algorithm.
TestFoldLeft() - Constructor for class org.apache.commons.functor.core.algorithm.TestFoldLeft
 
testFoldLeft() - Method in class org.apache.commons.functor.core.algorithm.TestFoldLeft
 
TestFoldRight - Class in org.apache.commons.functor.core.algorithm
Tests FoldRight algorithm.
TestFoldRight() - Constructor for class org.apache.commons.functor.core.algorithm.TestFoldRight
 
testFoldRight() - Method in class org.apache.commons.functor.core.algorithm.TestFoldRight
 
testForbidNull() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testForwardRange() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testForwardRange() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testForwardRange() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testForwardRange() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testForwardRange() - Method in class org.apache.commons.functor.range.TestLongRange
 
testFourForADollar_A() - Method in class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 
testFourForADollar_B() - Method in class org.apache.commons.functor.example.kata.one.SupermarketPricingExample
 
testFromNull() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
TestFullyBoundNullaryFunction - Class in org.apache.commons.functor.adapter
 
TestFullyBoundNullaryFunction() - Constructor for class org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction
 
TestFullyBoundNullaryPredicate - Class in org.apache.commons.functor.adapter
 
TestFullyBoundNullaryPredicate() - Constructor for class org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate
 
TestFullyBoundNullaryProcedure - Class in org.apache.commons.functor.adapter
 
TestFullyBoundNullaryProcedure() - Constructor for class org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure
 
testFunctionMin() - Method in class org.apache.commons.functor.core.comparator.TestMax
 
testFunctionMin() - Method in class org.apache.commons.functor.core.comparator.TestMin
 
TestFunctionPredicate - Class in org.apache.commons.functor.adapter
 
TestFunctionPredicate() - Constructor for class org.apache.commons.functor.adapter.TestFunctionPredicate
 
TestFunctionProcedure - Class in org.apache.commons.functor.adapter
 
TestFunctionProcedure() - Constructor for class org.apache.commons.functor.adapter.TestFunctionProcedure
 
testGenerate() - Method in class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
testGenerate() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
testGenerate() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
testGenerate() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
testGenerate() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
testGenerateListExample() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testGenerateListExample() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testGenerateListExample() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testGenerateListExample() - Method in class org.apache.commons.functor.range.TestLongRange
 
TestGenerateUntil - Class in org.apache.commons.functor.generator.loop
Tests the Generate Until class.
TestGenerateUntil() - Constructor for class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
TestGenerateWhile - Class in org.apache.commons.functor.generator.loop
Tests the Generate While class.
TestGenerateWhile() - Constructor for class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
TestGeneratorContains - Class in org.apache.commons.functor.core.algorithm
Tests GeneratorContains algorithm.
TestGeneratorContains() - Constructor for class org.apache.commons.functor.core.algorithm.TestGeneratorContains
 
testGetSize() - Method in class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
 
testGreaterTail() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testHashcode() - Method in class org.apache.commons.functor.generator.loop.TestGenerateUntil
 
testHashcode() - Method in class org.apache.commons.functor.generator.loop.TestGenerateWhile
 
testHashcode() - Method in class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
testHashcode() - Method in class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
testHashcode() - Method in class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
testHashcode() - Method in class org.apache.commons.functor.generator.TestFilteredGenerator
 
testHeadFunction() - Method in class org.apache.commons.functor.example.QuicksortExample
 
TestIdentity - Class in org.apache.commons.functor.core
 
TestIdentity() - Constructor for class org.apache.commons.functor.core.TestIdentity
 
TestIgnoreLeftFunction - Class in org.apache.commons.functor.adapter
 
TestIgnoreLeftFunction() - Constructor for class org.apache.commons.functor.adapter.TestIgnoreLeftFunction
 
TestIgnoreLeftPredicate - Class in org.apache.commons.functor.adapter
 
TestIgnoreLeftPredicate() - Constructor for class org.apache.commons.functor.adapter.TestIgnoreLeftPredicate
 
TestIgnoreLeftProcedure - Class in org.apache.commons.functor.adapter
 
TestIgnoreLeftProcedure() - Constructor for class org.apache.commons.functor.adapter.TestIgnoreLeftProcedure
 
TestIgnoreRightFunction - Class in org.apache.commons.functor.adapter
 
TestIgnoreRightFunction() - Constructor for class org.apache.commons.functor.adapter.TestIgnoreRightFunction
 
TestIgnoreRightPredicate - Class in org.apache.commons.functor.adapter
 
TestIgnoreRightPredicate() - Constructor for class org.apache.commons.functor.adapter.TestIgnoreRightPredicate
 
TestIgnoreRightProcedure - Class in org.apache.commons.functor.adapter
 
TestIgnoreRightProcedure() - Constructor for class org.apache.commons.functor.adapter.TestIgnoreRightProcedure
 
TestIndexOfInGenerator - Class in org.apache.commons.functor.core.algorithm
Tests IndexOfInGenerator algorithm.
TestIndexOfInGenerator() - Constructor for class org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator
 
testIndexOfInGenerator() - Method in class org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator
 
testInitialised() - Method in class org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest
Ensure data is initialised in constructor.
TestInPlaceTransform - Class in org.apache.commons.functor.core.algorithm
Tests InPlaceTransform algorithm.
TestInPlaceTransform() - Constructor for class org.apache.commons.functor.core.algorithm.TestInPlaceTransform
 
testInstance() - Method in class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
testInstance() - Method in class org.apache.commons.functor.core.algorithm.TestInPlaceTransform
 
testInstance() - Method in class org.apache.commons.functor.core.comparator.TestIsEquivalent
 
testInstance() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThan
 
testInstance() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual
 
testInstance() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThan
 
testInstance() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual
 
testInstance() - Method in class org.apache.commons.functor.core.comparator.TestIsNotEquivalent
 
testInstanceOfNull() - Method in class org.apache.commons.functor.core.TestIsInstance
 
TestIntegerRange - Class in org.apache.commons.functor.range
 
TestIntegerRange() - Constructor for class org.apache.commons.functor.range.TestIntegerRange
 
testIntegerValuesOnly() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testInvalidRange() - Method in class org.apache.commons.functor.core.comparator.TestIsWithinRange
 
testInvalidRange() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testInvalidRange() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testInvalidRange() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testInvalidRange() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testInvalidRange() - Method in class org.apache.commons.functor.range.TestLongRange
 
testInvalidRange2() - Method in class org.apache.commons.functor.core.comparator.TestIsWithinRange
 
TestIsElementOf - Class in org.apache.commons.functor.core.collection
 
TestIsElementOf() - Constructor for class org.apache.commons.functor.core.collection.TestIsElementOf
 
TestIsEmpty - Class in org.apache.commons.functor.core.collection
 
TestIsEmpty() - Constructor for class org.apache.commons.functor.core.collection.TestIsEmpty
 
TestIsEqual - Class in org.apache.commons.functor.core
 
TestIsEqual() - Constructor for class org.apache.commons.functor.core.TestIsEqual
 
TestIsEquivalent - Class in org.apache.commons.functor.core.comparator
 
TestIsEquivalent() - Constructor for class org.apache.commons.functor.core.comparator.TestIsEquivalent
 
TestIsGreaterThan - Class in org.apache.commons.functor.core.comparator
 
TestIsGreaterThan() - Constructor for class org.apache.commons.functor.core.comparator.TestIsGreaterThan
 
TestIsGreaterThanOrEqual - Class in org.apache.commons.functor.core.comparator
 
TestIsGreaterThanOrEqual() - Constructor for class org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual
 
TestIsInstance - Class in org.apache.commons.functor.core
 
TestIsInstance() - Constructor for class org.apache.commons.functor.core.TestIsInstance
 
TestIsLessThan - Class in org.apache.commons.functor.core.comparator
 
TestIsLessThan() - Constructor for class org.apache.commons.functor.core.comparator.TestIsLessThan
 
TestIsLessThanOrEqual - Class in org.apache.commons.functor.core.comparator
 
TestIsLessThanOrEqual() - Constructor for class org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual
 
TestIsNotEqual - Class in org.apache.commons.functor.core
 
TestIsNotEqual() - Constructor for class org.apache.commons.functor.core.TestIsNotEqual
 
TestIsNotEquivalent - Class in org.apache.commons.functor.core.comparator
 
TestIsNotEquivalent() - Constructor for class org.apache.commons.functor.core.comparator.TestIsNotEquivalent
 
TestIsNotNull - Class in org.apache.commons.functor.core
 
TestIsNotNull() - Constructor for class org.apache.commons.functor.core.TestIsNotNull
 
TestIsNotSame - Class in org.apache.commons.functor.core
 
TestIsNotSame() - Constructor for class org.apache.commons.functor.core.TestIsNotSame
 
TestIsNull - Class in org.apache.commons.functor.core
 
TestIsNull() - Constructor for class org.apache.commons.functor.core.TestIsNull
 
TestIsSame - Class in org.apache.commons.functor.core
 
TestIsSame() - Constructor for class org.apache.commons.functor.core.TestIsSame
 
TestIsWithinRange - Class in org.apache.commons.functor.core.comparator
 
TestIsWithinRange() - Constructor for class org.apache.commons.functor.core.comparator.TestIsWithinRange
 
testIterative() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
Here's a basic iterative approach.
testIterativeWithInvariants() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
 
testIterativeWithInvariantsAndAssertions() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
 
TestIteratorToGeneratorAdapter - Class in org.apache.commons.functor.generator.loop
Tests the Iterator to Generator Adapter class.
TestIteratorToGeneratorAdapter() - Constructor for class org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter
 
testJavabeanConstructor() - Method in class org.apache.commons.functor.core.TestLeftIdentity
 
testJavabeanConstructor() - Method in class org.apache.commons.functor.core.TestRightIdentity
 
TestLazyMap - Class in org.apache.commons.functor.example.map
 
TestLazyMap(String) - Constructor for class org.apache.commons.functor.example.map.TestLazyMap
 
TestLeftBoundFunction - Class in org.apache.commons.functor.adapter
 
TestLeftBoundFunction() - Constructor for class org.apache.commons.functor.adapter.TestLeftBoundFunction
 
TestLeftBoundPredicate - Class in org.apache.commons.functor.adapter
 
TestLeftBoundPredicate() - Constructor for class org.apache.commons.functor.adapter.TestLeftBoundPredicate
 
TestLeftBoundProcedure - Class in org.apache.commons.functor.adapter
 
TestLeftBoundProcedure() - Constructor for class org.apache.commons.functor.adapter.TestLeftBoundProcedure
 
TestLeftIdentity - Class in org.apache.commons.functor.core
 
TestLeftIdentity() - Constructor for class org.apache.commons.functor.core.TestLeftIdentity
 
testLesserTail() - Method in class org.apache.commons.functor.example.QuicksortExample
 
TestLimit - Class in org.apache.commons.functor.core
 
TestLimit() - Constructor for class org.apache.commons.functor.core.TestLimit
 
testLimits() - Method in class org.apache.commons.functor.core.TestLimit
 
TestLines - Class in org.apache.commons.functor.example.lines
 
TestLines(String) - Constructor for class org.apache.commons.functor.example.lines.TestLines
 
testListCreated() - Method in class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
Ensure series is created in constructor.
TestLongRange - Class in org.apache.commons.functor.range
 
TestLongRange() - Constructor for class org.apache.commons.functor.range.TestLongRange
 
testLoopForNothing() - Method in class org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure
 
testLoopForNothing() - Method in class org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure
 
TestLoopGenerator - Class in org.apache.commons.functor.generator.loop
Tests the Loop Generator class.
TestLoopGenerator() - Constructor for class org.apache.commons.functor.generator.loop.TestLoopGenerator
 
testLoopWithAction() - Method in class org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure
 
testLoopWithAction() - Method in class org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure
 
testMax() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest
 
testMax() - Method in class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest
 
TestMax - Class in org.apache.commons.functor.core.comparator
 
TestMax() - Constructor for class org.apache.commons.functor.core.comparator.TestMax
 
testMean() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest
 
testMean() - Method in class org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest
 
testMedianCopy() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest
Ensure we compute the median correctly and also we don't affect the original list.
testMedianCopy() - Method in class org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest
Ensure we compute the median correctly and also we don't affect the original list.
testMedianNotCopy() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest
Ensure we compute the median correctly and also we sort the original list.
testMedianNotCopy() - Method in class org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest
Ensure we compute the median correctly and also we sort the original list.
TestMin - Class in org.apache.commons.functor.core.comparator
 
TestMin() - Constructor for class org.apache.commons.functor.core.comparator.TestMin
 
testMultiMap() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testMultipleLevels() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testMultipleLevels2() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testNextAfterEndOfList() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testNextAfterEndOfList() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testNextAfterEndOfList() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testNextOnEmptyList() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testNextOnEmptyList() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testNextOnEmptyList() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testNextWithoutHasNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testNextWithoutHasNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testNextWithoutHasNext() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testNonePass() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testNonePass() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
TestNoOp - Class in org.apache.commons.functor.core
 
TestNoOp() - Constructor for class org.apache.commons.functor.core.TestNoOp
 
TestNot - Class in org.apache.commons.functor.core.composite
 
TestNot() - Constructor for class org.apache.commons.functor.core.composite.TestNot
 
testNotNotNull() - Method in class org.apache.commons.functor.core.composite.TestBinaryNot
 
testNotNotNull() - Method in class org.apache.commons.functor.core.composite.TestNot
 
testNotNotNull() - Method in class org.apache.commons.functor.core.composite.TestNullaryNot
 
testNotNull() - Method in class org.apache.commons.functor.core.composite.TestBinaryNot
 
testNotNull() - Method in class org.apache.commons.functor.core.composite.TestNot
 
testNotNull() - Method in class org.apache.commons.functor.core.composite.TestNullaryNot
 
testNull() - Method in class org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest
 
TestNullaryAnd - Class in org.apache.commons.functor.core.composite
 
TestNullaryAnd() - Constructor for class org.apache.commons.functor.core.composite.TestNullaryAnd
 
TestNullaryFunctionFunction - Class in org.apache.commons.functor.adapter
 
TestNullaryFunctionFunction() - Constructor for class org.apache.commons.functor.adapter.TestNullaryFunctionFunction
 
TestNullaryFunctionNullaryPredicate - Class in org.apache.commons.functor.adapter
 
TestNullaryFunctionNullaryPredicate() - Constructor for class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate
 
TestNullaryFunctionNullaryProcedure - Class in org.apache.commons.functor.adapter
 
TestNullaryFunctionNullaryProcedure() - Constructor for class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure
 
testNullaryMethods() - Method in class org.apache.commons.functor.core.composite.TestConditional
 
TestNullaryNot - Class in org.apache.commons.functor.core.composite
 
TestNullaryNot() - Constructor for class org.apache.commons.functor.core.composite.TestNullaryNot
 
TestNullaryOr - Class in org.apache.commons.functor.core.composite
 
TestNullaryOr() - Constructor for class org.apache.commons.functor.core.composite.TestNullaryOr
 
TestNullaryPredicateNullaryFunction - Class in org.apache.commons.functor.adapter
 
TestNullaryPredicateNullaryFunction() - Constructor for class org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction
 
TestNullaryPredicatePredicate - Class in org.apache.commons.functor.adapter
 
TestNullaryPredicatePredicate() - Constructor for class org.apache.commons.functor.adapter.TestNullaryPredicatePredicate
 
TestNullaryProcedureNullaryFunction - Class in org.apache.commons.functor.adapter
 
TestNullaryProcedureNullaryFunction() - Constructor for class org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction
 
TestNullarySequence - Class in org.apache.commons.functor.core.composite
 
TestNullarySequence() - Constructor for class org.apache.commons.functor.core.composite.TestNullarySequence
 
testNullDefaultsToZero() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testNullNotAllowed() - Method in class org.apache.commons.functor.core.composite.TestCompositePredicate
 
testNullNotAllowed2() - Method in class org.apache.commons.functor.core.composite.TestCompositePredicate
 
testNullProcedureNotAllowed2() - Method in class org.apache.commons.functor.core.composite.TestCompositeProcedure
 
testNulls() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest
 
testNulls() - Method in class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest
 
testNulls() - Method in class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest
 
testNulls() - Method in class org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest
 
testNulProcedureNotAllowed() - Method in class org.apache.commons.functor.core.composite.TestCompositeProcedure
 
testObjectConstructor() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testObjectConstructor() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testObjectConstructor() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testObjectConstructor() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testObjectConstructor() - Method in class org.apache.commons.functor.range.TestLongRange
 
testObjectEquals() - Method in class org.apache.commons.functor.BaseFunctorTest
 
testObjectEqualsWithIfNone() - Method in class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
testObjectEqualsWithNullDefault() - Method in class org.apache.commons.functor.core.algorithm.TestFindWithinGenerator
 
testOf() - Method in class org.apache.commons.functor.core.composite.TestCompositeFunction
 
testOf() - Method in class org.apache.commons.functor.core.composite.TestCompositePredicate
 
testOf() - Method in class org.apache.commons.functor.core.composite.TestCompositeProcedure
 
TestOffset - Class in org.apache.commons.functor.core
 
TestOffset() - Constructor for class org.apache.commons.functor.core.TestOffset
 
testOnlyValidPairsAreAddedInPutAll() - Method in class org.apache.commons.functor.example.map.TestPredicatedMap
 
testOpenClosedAscending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenClosedAscending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenClosedAscending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenClosedAscending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenClosedAscending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testOpenClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenClosedAscendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
testOpenClosedDescending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenClosedDescending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenClosedDescending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenClosedDescending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenClosedDescending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testOpenClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenClosedDescendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
testOpenOpenAscending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenOpenAscending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenOpenAscending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenOpenAscending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenOpenAscending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testOpenOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenOpenAscendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
testOpenOpenDescending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenOpenDescending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenOpenDescending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenOpenDescending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenOpenDescending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testOpenOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testOpenOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testOpenOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testOpenOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testOpenOpenDescendingContains() - Method in class org.apache.commons.functor.range.TestLongRange
 
TestOr - Class in org.apache.commons.functor.core.composite
 
TestOr() - Constructor for class org.apache.commons.functor.core.composite.TestOr
 
TestPredicatedMap - Class in org.apache.commons.functor.example.map
 
TestPredicatedMap(String) - Constructor for class org.apache.commons.functor.example.map.TestPredicatedMap
 
TestPredicateFunction - Class in org.apache.commons.functor.adapter
 
TestPredicateFunction() - Constructor for class org.apache.commons.functor.adapter.TestPredicateFunction
 
TestProcedureFunction - Class in org.apache.commons.functor.adapter
 
TestProcedureFunction() - Constructor for class org.apache.commons.functor.adapter.TestProcedureFunction
 
TestProcedureProcedure - Class in org.apache.commons.functor.adapter
 
TestProcedureProcedure() - Constructor for class org.apache.commons.functor.adapter.TestProcedureProcedure
 
testProcess() - Method in class org.apache.commons.functor.example.kata.four.TestSoccer
 
testProcess() - Method in class org.apache.commons.functor.example.kata.four.TestWeather
 
testRecurse() - Method in class org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation
 
testRecursive() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
A recursive version of that implementation uses method parameters to track the upper and lower bounds.
testRecursive2() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
One fun functional approach is to "slice" up the list as we search, looking at smaller and smaller slices until we've found the element we're looking for.
TestRecursiveEvaluation - Class in org.apache.commons.functor.core.algorithm
Tests RecursiveEvaluation algorithm.
TestRecursiveEvaluation() - Constructor for class org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation
 
testReject1() - Method in class org.apache.commons.functor.TestAlgorithms
 
testReject2() - Method in class org.apache.commons.functor.TestAlgorithms
 
testRemove() - Method in class org.apache.commons.functor.core.algorithm.TestRemoveMatching
 
testRemove() - Method in class org.apache.commons.functor.core.algorithm.TestRetainMatching
 
testRemoveAfterNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRemoveAfterNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testRemoveAfterNext() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testRemoveAll() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRemoveAll() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testRemoveAll() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testRemoveBeforeNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRemoveBeforeNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testRemoveBeforeNext() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
TestRemoveMatching - Class in org.apache.commons.functor.core.algorithm
Tests RemoveMatching algorithm.
TestRemoveMatching() - Constructor for class org.apache.commons.functor.core.algorithm.TestRemoveMatching
 
testRemoveSome() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRemoveSome() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testRemoveWithoutHasNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRemoveWithoutHasNext() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testRemoveWithoutHasNext() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testReset() - Method in class org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest
 
testReset() - Method in class org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest
Ensures beforeReset/afterReset is called correctly.
TestRetainMatching - Class in org.apache.commons.functor.core.algorithm
Tests RetainMatching algorithm.
TestRetainMatching() - Constructor for class org.apache.commons.functor.core.algorithm.TestRetainMatching
 
testRetainMultipleTypes() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRetainNullPredicate() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRetainNullType() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRetainNullTypes() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRetainOneType() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testRetainOneType2() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testReverseRange() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testReverseRange() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testReverseRange() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testReverseRange() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testReverseRange() - Method in class org.apache.commons.functor.range.TestLongRange
 
testReverseStep() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testReverseStep() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testReverseStep() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testReverseStep() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testReverseStep() - Method in class org.apache.commons.functor.range.TestLongRange
 
TestRightBoundFunction - Class in org.apache.commons.functor.adapter
 
TestRightBoundFunction() - Constructor for class org.apache.commons.functor.adapter.TestRightBoundFunction
 
TestRightBoundPredicate - Class in org.apache.commons.functor.adapter
 
TestRightBoundPredicate() - Constructor for class org.apache.commons.functor.adapter.TestRightBoundPredicate
 
TestRightBoundProcedure - Class in org.apache.commons.functor.adapter
 
TestRightBoundProcedure() - Constructor for class org.apache.commons.functor.adapter.TestRightBoundProcedure
 
TestRightIdentity - Class in org.apache.commons.functor.core
 
TestRightIdentity() - Constructor for class org.apache.commons.functor.core.TestRightIdentity
 
testRun() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure
 
testRun() - Method in class org.apache.commons.functor.adapter.TestBinaryProcedureProcedure
 
testRun() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryProcedure
 
testRun() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure
 
testRun() - Method in class org.apache.commons.functor.adapter.TestFunctionProcedure
 
testRun() - Method in class org.apache.commons.functor.adapter.TestLeftBoundProcedure
 
testRun() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure
 
testRun() - Method in class org.apache.commons.functor.adapter.TestRightBoundProcedure
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestCompositeProcedure
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestConditionalProcedure
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestTransformedBinaryFunction
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestTransformedNullaryFunction
 
testRun() - Method in class org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure
 
testRun() - Method in class org.apache.commons.functor.core.TestNoOp
 
testRun() - Method in class org.apache.commons.functor.TestAlgorithms
 
testRunOne() - Method in class org.apache.commons.functor.core.composite.TestBinarySequence
 
testRunOne() - Method in class org.apache.commons.functor.core.composite.TestNullarySequence
 
testRunOne() - Method in class org.apache.commons.functor.core.composite.TestSequence
 
testRunTwo() - Method in class org.apache.commons.functor.core.composite.TestBinarySequence
 
testRunTwo() - Method in class org.apache.commons.functor.core.composite.TestNullarySequence
 
testRunTwo() - Method in class org.apache.commons.functor.core.composite.TestSequence
 
testRunZero() - Method in class org.apache.commons.functor.core.composite.TestBinarySequence
 
testRunZero() - Method in class org.apache.commons.functor.core.composite.TestNullarySequence
 
testRunZero() - Method in class org.apache.commons.functor.core.composite.TestSequence
 
testSelect1() - Method in class org.apache.commons.functor.TestAlgorithms
 
testSelect2() - Method in class org.apache.commons.functor.TestAlgorithms
 
TestSequence - Class in org.apache.commons.functor.core.composite
 
TestSequence() - Constructor for class org.apache.commons.functor.core.composite.TestSequence
 
testSimpleGenerator() - Method in class org.apache.commons.functor.generator.loop.TestLoopGenerator
 
testSimpleGenerator() - Method in class org.apache.commons.functor.generator.TestBaseGenerator
 
testSingleStepAscending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testSingleStepAscending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testSingleStepAscending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testSingleStepAscending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testSingleStepAscending() - Method in class org.apache.commons.functor.range.TestLongRange
 
testSingleStepDescending() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testSingleStepDescending() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testSingleStepDescending() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testSingleStepDescending() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testSingleStepDescending() - Method in class org.apache.commons.functor.range.TestLongRange
 
TestSize - Class in org.apache.commons.functor.core.collection
 
TestSize() - Constructor for class org.apache.commons.functor.core.collection.TestSize
 
TestSoccer - Class in org.apache.commons.functor.example.kata.four
See http://pragprog.com/pragdave/Practices/Kata/KataFour.rdoc,v for more information on this Kata.
TestSoccer() - Constructor for class org.apache.commons.functor.example.kata.four.TestSoccer
 
testSomePass() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterable
 
testSomePass() - Method in class org.apache.commons.functor.core.collection.TestFilteredIterator
 
testSortEmpty() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testSortRandom() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testSortReversed() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testSortShuffled() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testSortSingleElementList() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testSortSingleValueList() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testSortSorted() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testStep() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testStep() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testStep() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testStep() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testStep() - Method in class org.apache.commons.functor.range.TestLongRange
 
testStepChecking() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testStepChecking() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testStepChecking() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testStepChecking() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testStepChecking() - Method in class org.apache.commons.functor.range.TestLongRange
 
testStop() - Method in class org.apache.commons.functor.generator.loop.TestLoopGenerator
 
testStringConcatMap() - Method in class org.apache.commons.functor.example.FlexiMapExample
 
testSum() - Method in class org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest
 
testSum() - Method in class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest
 
testSum() - Method in class org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest
 
testSum() - Method in class org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest
 
testSum() - Method in class org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest
 
testSum() - Method in class org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest
 
testTailFunction() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testTailRecursive() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
We can use the Algorithms.recuse method to implement that as tail recursion.
testTailRecursive2() - Method in class org.apache.commons.functor.example.kata.two.TestBinaryChop
We can do that using tail recursion as well.
testTest() - Method in class org.apache.commons.functor.adapter.TestBoundNullaryPredicate
 
testTest() - Method in class org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate
 
testTest() - Method in class org.apache.commons.functor.adapter.TestLeftBoundPredicate
 
testTest() - Method in class org.apache.commons.functor.adapter.TestRightBoundPredicate
 
testTest() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
testTest() - Method in class org.apache.commons.functor.core.comparator.TestIsEquivalent
 
testTest() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThan
 
testTest() - Method in class org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual
 
testTest() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThan
 
testTest() - Method in class org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual
 
testTest() - Method in class org.apache.commons.functor.core.comparator.TestIsNotEquivalent
 
testTest() - Method in class org.apache.commons.functor.core.comparator.TestIsWithinRange
 
testTest() - Method in class org.apache.commons.functor.core.composite.TestBinaryNot
 
testTest() - Method in class org.apache.commons.functor.core.composite.TestCompositePredicate
 
testTest() - Method in class org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate
 
testTest() - Method in class org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate
 
testTest() - Method in class org.apache.commons.functor.core.composite.TestConditionalPredicate
 
testTest() - Method in class org.apache.commons.functor.core.composite.TestNot
 
testTest() - Method in class org.apache.commons.functor.core.composite.TestNullaryNot
 
testTest() - Method in class org.apache.commons.functor.core.TestIdentity
 
testTest() - Method in class org.apache.commons.functor.core.TestIsEqual
 
testTest() - Method in class org.apache.commons.functor.core.TestIsInstance
 
testTest() - Method in class org.apache.commons.functor.core.TestIsNotEqual
 
testTest() - Method in class org.apache.commons.functor.core.TestIsNotNull
 
testTest() - Method in class org.apache.commons.functor.core.TestIsNotSame
 
testTest() - Method in class org.apache.commons.functor.core.TestIsNull
 
testTest() - Method in class org.apache.commons.functor.core.TestIsSame
 
testTest() - Method in class org.apache.commons.functor.core.TestLeftIdentity
 
testTest() - Method in class org.apache.commons.functor.core.TestRightIdentity
 
testTestArray() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testTestArray() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
testTestArrayWithNull() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testTestBinary() - Method in class org.apache.commons.functor.core.TestLimit
 
testTestBinary() - Method in class org.apache.commons.functor.core.TestOffset
 
testTestCollection() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testTestMap() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
testTestNonCollection() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testTestNonCollection() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
testTestNonComparable() - Method in class org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest
 
testTestNull() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testTestNull() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
testTestNull() - Method in class org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest
 
testTestNullary() - Method in class org.apache.commons.functor.core.TestLimit
 
testTestNullary() - Method in class org.apache.commons.functor.core.TestOffset
 
testTestString() - Method in class org.apache.commons.functor.core.collection.TestIsEmpty
 
testTestUnary() - Method in class org.apache.commons.functor.core.TestLimit
 
testTestUnary() - Method in class org.apache.commons.functor.core.TestOffset
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionFunction
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicatePredicate
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestFunctionPredicate
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction
 
testTestWhenFalse() - Method in class org.apache.commons.functor.adapter.TestPredicateFunction
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestBinaryFunctionFunction
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestBinaryPredicatePredicate
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestFunctionPredicate
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction
 
testTestWhenTrue() - Method in class org.apache.commons.functor.adapter.TestPredicateFunction
 
testThen() - Method in class org.apache.commons.functor.core.composite.TestBinarySequence
 
testThen() - Method in class org.apache.commons.functor.core.composite.TestNullarySequence
 
testThen() - Method in class org.apache.commons.functor.core.composite.TestSequence
 
testTimings() - Method in class org.apache.commons.functor.example.QuicksortExample
 
testTo() - Method in class org.apache.commons.functor.generator.loop.TestLoopGenerator
 
testTo() - Method in class org.apache.commons.functor.generator.TestBaseGenerator
 
testToCollection() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testToCollection() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testToCollection() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testToCollection() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testToCollection() - Method in class org.apache.commons.functor.range.TestLongRange
 
testToPredicate() - Method in class org.apache.commons.functor.core.TestIsEqual
 
testToPredicate() - Method in class org.apache.commons.functor.core.TestIsNotEqual
 
testToString() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testToString() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testToString() - Method in class org.apache.commons.functor.range.TestEndpoint
 
testToString() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testToString() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testToString() - Method in class org.apache.commons.functor.range.TestLongRange
 
testToStringIsOverridden() - Method in class org.apache.commons.functor.BaseFunctorTest
 
testTransform() - Method in class org.apache.commons.functor.core.algorithm.TestInPlaceTransform
 
testTransform() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
TestTransformedBinaryFunction - Class in org.apache.commons.functor.core.composite
Tests for TransformedBinaryFunction.
TestTransformedBinaryFunction() - Constructor for class org.apache.commons.functor.core.composite.TestTransformedBinaryFunction
 
TestTransformedBinaryProcedure - Class in org.apache.commons.functor.core.composite
Tests for TransformedBinaryProcedure.
TestTransformedBinaryProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure
 
TestTransformedGenerator - Class in org.apache.commons.functor.generator.loop
Tests the Transformed Generator class.
TestTransformedGenerator() - Constructor for class org.apache.commons.functor.generator.loop.TestTransformedGenerator
 
testTransformedGenerator() - Method in class org.apache.commons.functor.range.TestCharacterRange
 
testTransformedGenerator() - Method in class org.apache.commons.functor.range.TestDoubleRange
 
testTransformedGenerator() - Method in class org.apache.commons.functor.range.TestFloatRange
 
testTransformedGenerator() - Method in class org.apache.commons.functor.range.TestIntegerRange
 
testTransformedGenerator() - Method in class org.apache.commons.functor.range.TestLongRange
 
TestTransformedIterator - Class in org.apache.commons.functor.core.collection
 
TestTransformedIterator() - Constructor for class org.apache.commons.functor.core.collection.TestTransformedIterator
 
TestTransformedNullaryFunction - Class in org.apache.commons.functor.core.composite
Tests for TransformedNullaryFunction.
TestTransformedNullaryFunction() - Constructor for class org.apache.commons.functor.core.composite.TestTransformedNullaryFunction
 
TestTransformedNullaryProcedure - Class in org.apache.commons.functor.core.composite
Tests for TransformedNullaryProcedure.
TestTransformedNullaryProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure
 
testTransformWithNullFunctionReturnsIdentity() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testTransformWithNullIteratorAndNullFunctionReturnsNull() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testTransformWithNullIteratorReturnsNull() - Method in class org.apache.commons.functor.core.collection.TestTransformedIterator
 
testTranspose() - Method in class org.apache.commons.functor.core.composite.TestTransposedFunction
 
testTranspose() - Method in class org.apache.commons.functor.core.composite.TestTransposedPredicate
 
testTranspose() - Method in class org.apache.commons.functor.core.composite.TestTransposedProcedure
 
TestTransposedFunction - Class in org.apache.commons.functor.core.composite
 
TestTransposedFunction() - Constructor for class org.apache.commons.functor.core.composite.TestTransposedFunction
 
TestTransposedPredicate - Class in org.apache.commons.functor.core.composite
 
TestTransposedPredicate() - Constructor for class org.apache.commons.functor.core.composite.TestTransposedPredicate
 
TestTransposedProcedure - Class in org.apache.commons.functor.core.composite
 
TestTransposedProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestTransposedProcedure
 
testTransposeNull() - Method in class org.apache.commons.functor.core.composite.TestTransposedFunction
 
testTransposeNull() - Method in class org.apache.commons.functor.core.composite.TestTransposedPredicate
 
testTransposeNull() - Method in class org.apache.commons.functor.core.composite.TestTransposedProcedure
 
testTrue() - Method in class org.apache.commons.functor.core.composite.TestAnd
 
testTrue() - Method in class org.apache.commons.functor.core.composite.TestBinaryAnd
 
testTrue() - Method in class org.apache.commons.functor.core.composite.TestBinaryOr
 
testTrue() - Method in class org.apache.commons.functor.core.composite.TestNullaryAnd
 
testTrue() - Method in class org.apache.commons.functor.core.composite.TestNullaryOr
 
testTrue() - Method in class org.apache.commons.functor.core.composite.TestOr
 
testUnaryMethods() - Method in class org.apache.commons.functor.core.composite.TestComposite
 
testUnaryMethods() - Method in class org.apache.commons.functor.core.composite.TestConditional
 
TestUntilDo - Class in org.apache.commons.functor.core.algorithm
Tests UntilDo algorithm.
TestUntilDo() - Constructor for class org.apache.commons.functor.core.algorithm.TestUntilDo
 
testUntilDo() - Method in class org.apache.commons.functor.core.algorithm.TestUntilDo
 
TestUntilGenerate - Class in org.apache.commons.functor.generator.loop
Tests the Until Generate class.
TestUntilGenerate() - Constructor for class org.apache.commons.functor.generator.loop.TestUntilGenerate
 
testValue() - Method in class org.apache.commons.functor.range.TestEndpoint
 
TestWeather - Class in org.apache.commons.functor.example.kata.four
See http://pragprog.com/pragdave/Practices/Kata/KataFour.rdoc,v for more information on this Kata.
TestWeather(String) - Constructor for class org.apache.commons.functor.example.kata.four.TestWeather
 
TestWhileDo - Class in org.apache.commons.functor.core.algorithm
Tests WhileDo algorithm.
TestWhileDo() - Constructor for class org.apache.commons.functor.core.algorithm.TestWhileDo
 
testWhileDo() - Method in class org.apache.commons.functor.core.algorithm.TestWhileDo
 
TestWhileDoNullaryProcedure - Class in org.apache.commons.functor.core.composite
 
TestWhileDoNullaryProcedure() - Constructor for class org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure
 
TestWhileDoNullaryProcedure.ListRemoveFirstProcedure - Class in org.apache.commons.functor.core.composite
 
TestWhileDoNullaryProcedure.ListRemoveFirstProcedure(List<Object>) - Constructor for class org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure.ListRemoveFirstProcedure
 
TestWhileGenerate - Class in org.apache.commons.functor.generator.loop
Tests the While Generate class.
TestWhileGenerate() - Constructor for class org.apache.commons.functor.generator.loop.TestWhileGenerate
 
testWithArray() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
testWithIterator() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
testWithList() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
testWithMap() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
testWithStop() - Method in class org.apache.commons.functor.generator.util.TestEachElement
 
testWrapNonCollection() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testWrapNull() - Method in class org.apache.commons.functor.core.collection.TestIsElementOf
 
testWrappingGenerator() - Method in class org.apache.commons.functor.generator.loop.TestLoopGenerator
 
testZero() - Method in class org.apache.commons.functor.core.TestLimit
 
testZero() - Method in class org.apache.commons.functor.core.TestOffset
 
to(int) - Static method in class org.apache.commons.functor.example.kata.one.Add
 
ToInteger - Class in org.apache.commons.functor.example.kata.four
Converts a String value to an Integer, throwing an exception if no such conversion can be made.
ToInteger() - Constructor for class org.apache.commons.functor.example.kata.four.ToInteger
 
ToMoney - Class in org.apache.commons.functor.example.kata.one
 
ToMoney() - Constructor for class org.apache.commons.functor.example.kata.one.ToMoney
 
toString() - Method in class org.apache.commons.functor.example.kata.one.Money
 
toString() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 

U

until(NullaryPredicate) - Method in class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 
useOwnFunction() - Method in class org.apache.commons.functor.example.aggregator.nostore.AggregatedFunctionSample
Uses a custom function together with a nostore aggregator to provide a continuous logical OR in between all the values added to the aggregator.

V

values() - Method in class org.apache.commons.functor.example.map.FunctoredMap
 
variant(NullaryPredicate) - Method in class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 
variant(NullaryFunction<Object>) - Method in class org.apache.commons.functor.example.kata.two.EiffelStyleLoop
 

W

WordCount - Class in org.apache.commons.functor.example.lines
 
WordCount() - Constructor for class org.apache.commons.functor.example.lines.WordCount
 
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.