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