public interface InstanceBuilderFactory
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.function.Supplier<T> |
builder(Context<T> context)
|
<T> java.util.function.Supplier<T> builder(Context<T> context)
T - type of object which will be created.context - context of top object, can be nullTCopyright © 2020. All rights reserved.