java.lang.Object
com.intellij.openapi.util.Key<T>
com.intellij.openapi.util.KeyWithDefaultValue<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> @NotNull KeyWithDefaultValue<T>static <T> @NotNull KeyWithDefaultValue<T>abstract T
-
Constructor Details
-
KeyWithDefaultValue
-
-
Method Details
-
getDefaultValue
-
create
@NotNull public static <T> @NotNull KeyWithDefaultValue<T> create(@NotNull @NonNls @NotNull @NonNls String name, T defValue) -
create
@NotNull public static <T> @NotNull KeyWithDefaultValue<T> create(@NotNull @NonNls @NotNull @NonNls String name, @NotNull @NotNull Supplier<? extends T> factory)
-