1 posts in total

Design Pattern

Posts tagged

Patterns - Pipeline / Chain of Reponsiblity in Java

by Mallim1 min read

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 Respon ...