T - type to buildpublic interface Builder<T>
This is a base interface for building objects in Catalyst.
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Builds the object.
|
T build()
The returned object may be a new instance of the built class or a recycled instance, depending on the semantics of the builder implementation. Users should never assume that a builder allocates a new instance.
Copyright © 2013-2019. All Rights Reserved.