static <T> ScopeKey<T> |
ScopeKey.allocate() |
static ScopeKey<Boolean> |
ScopeKey.withDefaultValue(boolean defaultValue) |
static ScopeKey<Double> |
ScopeKey.withDefaultValue(double defaultValue) |
static ScopeKey<Integer> |
ScopeKey.withDefaultValue(int defaultValue) |
static ScopeKey<Long> |
ScopeKey.withDefaultValue(long defaultValue) |
static ScopeKey<String> |
ScopeKey.withDefaultValue(String defaultValue) |
static <T extends Enum<T>> ScopeKey<T> |
ScopeKey.withDefaultValue(T defaultValue) |
static <T> ScopeKey<T> |
ScopeKey.withInitializer(Supplier<T> initializer) |