T - The type to be buildpublic interface IResettableBuilder<T> extends IBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
build(boolean bReset)
Build the object
|
void |
reset()
Reset the builder, so that a second object may be build with the same
builder.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.