| Modifier and Type | Class and Description |
|---|---|
static class |
Frames.Builder<T extends Frame,B extends Frames.Builder<T,B>>
Builder implementation to build 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. |
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.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.