public interface ViewConfigOption<T>
extends net.infumia.frame.Keyed<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
static <T> @NotNull ViewConfigOption<T> |
create(@NotNull java.lang.String key) |
static <T> @NotNull ViewConfigOption<T> |
create(@NotNull java.lang.String key,
T defaultValue) |
T |
defaultValue() |
@NotNull static <T> @NotNull ViewConfigOption<T> create(@NotNull @NotNull java.lang.String key, @Nullable T defaultValue)
@NotNull static <T> @NotNull ViewConfigOption<T> create(@NotNull @NotNull java.lang.String key)
@Nullable T defaultValue()