Applying Composite patterns in your Java functional interfaces

Опубликовано: 10 Май 2026
на канале: Otavio Santana
560
38

Since Java 8, we have a feature to explore more functional programming in the Java world. It includes several new methods for implementing collections besides new functional base interfaces from the package java.util.function: Function, Supplier, Predicate, Consumer.

You know how to create your functional interface and use those new interfaces, but how to combine and explore more in your current code design? This video will cover it, mainly exploring the Composite and examples to allow you to apply it in real life.

https://github.com/osarchitech/java-v...

Applying Composite patterns in your Java functional interfaces

#Java #Functional #programming #CompositePatterns