Builder Pattern

From NovaOrdis Knowledge Base
Revision as of 17:48, 7 January 2019 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.