Builder Pattern: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
=Overview= | =Overview= | ||
The Java 8 Streams API uses a concept similar to the builder pattern to implement [[Java_8_Streams_API#Intermediate_Operations|intermediate operations]]. |
Revision as of 18:22, 27 March 2018
External
Internal
Overview
The Java 8 Streams API uses a concept similar to the builder pattern to implement intermediate operations.