C - The container type.B - The builder type: the effective type of the derived builder implementation,
at least this type itself.public interface Setup<C,B>
| Modifier and Type | Method and Description |
|---|---|
B |
setup(Consumer<C> consumer)
Accepts a
Consumer as modifying operation to be performed on a target instance immediately
or no later than the final build() operation and returns the builder instance itself. |
Copyright © 2024 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.