T - the type of the object to build.public interface Builder<T>
build some object using a simple and fluent API.| Modifier and Type | Method and Description |
|---|---|
T |
build()
Creates a new instance of the object to build.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.