Builder Pattern: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 5: Line 5:
=Internal=
=Internal=


* [[Design_Patterns#Other|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.