Builder Pattern: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[Design_Patterns# | * [[Design_Patterns#Creational|Design Patterns]] | ||
=Overview= | =Overview= |
Latest revision as of 17:48, 7 January 2019
External
Internal
Overview
There are a series of intermediate operations followed by a build() terminal operation invocation.
The Java 8 Streams API uses a concept similar to the builder pattern to implement intermediate operations.