T
- Object returned.@FunctionalInterface
public interface IBuilder<T>
Modifier and Type | Method and Description |
---|---|
T |
build()
Build a
T object. |
T build() throws BuilderException
T
object.T
object.BuilderException
- if an error occurred when building an object.