"There is no good or bad code . But how you write it… that makes all the difference.”-- Master ShifuThe sun had just touched the tips of the Valley of Peace. Birds chirped, the wind whispered tales of warriors, and Po—the Dragon Warrior—was busy...
Home » Posts filed under strategy pattern
Kung Fu Code: Master Shifu Teaches Strategy Pattern to Po – the Functional Way!
in
design pattern,
design patterns in java,
functional programming,
java,
Java Design Patterns,
Java Lambda,
Java Lambdas,
Java Strategy,
strategy pattern,
Strategy Pattern with Functional Interface
- on May 29, 2025
- No comments
Java:Pushing runtime behaviour without Lambda
in
functional program,
java,
java8,
jdk1.8,
lambda,
runtime,
runtime behavior,
strategy,
strategy pattern
- on February 06, 2017
- No comments
Java:Pushing runtime behaviour without Lambda
In Java8 one of the best features is Lambda Expression The Idea of Lambda expression is passing a behavior to a method.
This has been adopted from Functional programming, In Functional programming,...
Labels:
functional program,
java,
java8,
jdk1.8,
lambda,
runtime,
runtime behavior,
strategy,
strategy pattern