• Stars
    star
    852
  • Rank 53,494 (Top 2 %)
  • Language
    Java
  • Created over 8 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

g ∘ f patterns (aka From Gof to lambda)

by Mario Fusco

Pattern Lambda
Command Functions
Strategy Functions
Template Consumer
Observer Consumer
Decorator Functions composition
Chain of Responsibility Stream of functions
Interpreter Map of functions
Visitor Pattern matching + Functions

The video of talk where I implemented this patterns in a live coding session is available here.

Same patterns have also been reimplemented in Swift and Kotlin.