T - the type of the object to constructpublic interface Builder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Instantiate and configures the instance.
|
T build()
BuildException - when the object couldn't be constructedCopyright © 2021. All rights reserved.