| Modifier and Type | Interface and Description |
|---|---|
interface |
DataNotNullValueNullableFactory<T> |
| Modifier and Type | Method and Description |
|---|---|
@NotNull DataNotNullValueFactory<T> |
DataKey.getFactory() |
| Constructor and Description |
|---|
DataKey(@NotNull String name,
T defaultValue,
@NotNull DataNotNullValueFactory<T> factory)
Creates a DataKey with non-null data value and factory
|
Copyright © 2020. All rights reserved.