| Modifier and Type | Class and Description |
|---|---|
static class |
Components.Builder<T extends Component,B extends Components.Builder<T,B>>
Builder implementation to build target instances of
Component. |
static interface |
Components.Setup<T extends Component,S extends Components.Setup<T,S>>
Utility interface to set up a target instance of
Component. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Component> |
builder(Supplier<T> newTarget)
Returns a new
Components.Builder for target instances as supplied by the given Supplier. |
public static <T extends Component> Components.Builder<T,?> builder(Supplier<T> newTarget)
Components.Builder for target instances as supplied by the given Supplier.T - The final type of the target instances, at least Component.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.