A B C D E F G H I L M N P R S T V _ 

F

foldl - Variable in class model.ListDemoModel
 
FoldLAlgo - Class in listFW.visitor
Performs the fold-left (forward accumulation) algorithm using the given IAccumulator The general forward accumulation algorithm would not take an accumulator as a top-level input parameter, instead the accumulator would be hidden inside the algorithm.
FoldLAlgo() - Constructor for class listFW.visitor.FoldLAlgo
 
foldr - Variable in class model.ListDemoModel
 
FoldRAlgo - Class in listFW.visitor
Performs the fold-right (reverse accumulation) algorithm using the given IAccumulator.
FoldRAlgo() - Constructor for class listFW.visitor.FoldRAlgo
 
A B C D E F G H I L M N P R S T V _