#1113 Link uml-reverse-mapper created class diagrams to readme, where needed

This commit is contained in:
Ilkka Seppälä
2019-12-07 20:01:13 +02:00
parent 0685a505d3
commit b09b100614
161 changed files with 246 additions and 64 deletions

View File

@ -18,10 +18,11 @@ It is possible by representing a computation in one of 2 states : done | more
(completed with result, or a reference to the reminder of the computation,
something like the way a java.util.Supplier does).
## Explanation
Trampoline pattern allows to define recursive algorithms by iterative loop.
## Class diagram
![alt text](./etc/trampoline.urm.png "Trampoline pattern class diagram")
## Applicability
Use the Trampoline pattern when
@ -41,5 +42,3 @@ Trampolines in Java usually involve the creation of a GenericListener to pass ev
## Credits
* [library 'cyclops-react' uses the pattern](https://github.com/aol/cyclops-react)

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB