This post is over a year old, some of this information may be out of
date.
Pipeline and Chain of Reponsiblity both look quite similar to me.
Pipeline:
- Pipeline pattern - Plumber quest - got an example here
- Function composition and the Collection Pipeline pattern
- it shows how you can transform multiple for loops to a functional ones
Chain of Responsiblility:
- commons-chain2-poc - Apache Commons Chain implements the Chain of Responsibility pattern, this github gives a history of commons-chain. There is actually a tutorial on Baeldung
Guess what I stumbled upon when I am looking around? Design patterns implemented in Java