ReadableDataStore
Defines the read-only methods of a DataStore.
Inheritors
Functions
Link copied to clipboard
open fun <T> extract(jsonPath: JsonPath<JsonPath.Component.Key>, converter: DataItemConverter<T>): T?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extracts a nested DataObject according to the given jsonPath.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the entire DataObject containing all data stored.
Link copied to clipboard
Gets the Boolean stored at the given key if there is one
Link copied to clipboard
Link copied to clipboard
Gets the DataObject stored at the given key if there is one