| Modifier and Type | Class and Description |
|---|---|
static class |
Components.Builder<T extends Component>
Builder implementation to build target instances of
Component. |
static class |
Components.Charger<T extends Component>
Charger implementation to charge 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. |
static <T extends Component> |
charger(T target)
Returns a new
Components.Charger for a given target instance. |
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.public static <T extends Component> Components.Charger<T> charger(T target)
Components.Charger for a given target instance.T - The final type of the target instance, at least Component.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.