Uses of Class
com.github.phantomthief.scope.ScopeKey
-
Uses of ScopeKey in com.github.phantomthief.scope
Methods in com.github.phantomthief.scope that return ScopeKeyModifier and TypeMethodDescriptionstatic <T> ScopeKey<T> ScopeKey.allocate()ScopeKey.withDefaultValue(boolean defaultValue) ScopeKey.withDefaultValue(double defaultValue) ScopeKey.withDefaultValue(int defaultValue) ScopeKey.withDefaultValue(long defaultValue) ScopeKey.withDefaultValue(String defaultValue) ScopeKey.withDefaultValue(T defaultValue) static <T> ScopeKey<T> ScopeKey.withInitializer(boolean enableNullProtection, Supplier<T> initializer) static <T> ScopeKey<T> ScopeKey.withInitializer(Supplier<T> initializer) Methods in com.github.phantomthief.scope with parameters of type ScopeKey