#java
Read more stories on Hashnode
Articles with this tag
Introduction A fluent Interface or Cascade Design Pattern is a design pattern that allows you to chain method calls together in a readable and fluent...
Introduction Java 8 introduced a new concept to the Java language: functional interfaces. A functional interface is an interface that contains only...
Introduction The Builder Design Pattern is a creational design pattern used in software development. It allows for the step-by-step creation of...
Introduction The Combinator Pattern is based on the idea of composing functions together to create a more complex result. It uses a set of functions...