|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| CompTraversal | Traverses an Object structure using Functors: combined BuilderAugmentor(s) that know what to do. |
| Functor | Combined Builder/Augmentor that knows what to do/call |
| Test | |
DemeterF traversal composition package.
The CompTraversal composes a number of functions (Functors) at each level of the traversal. The first one is treated normally, with a possible traversal argument. All others get the previous Functor's result as a traversal argument (passed as a parameter after any subtraversal result parameters).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||