public class Builder<T>
extends Object
- Author:
- Dmitry Ovchinnikov.
-
Constructor Summary
Constructors
| Constructor |
Description |
Builder(T builder) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public Builder(
T builder)
-
Method Details
-
-
-
public static <T> T build(
T arg,
Consumer<T> consumer)
-
-