Builder Pattern
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.