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