Package-level declarations

Types

Link copied to clipboard

Base implementation of FeatureStore that provides common functionality.

Link copied to clipboard
class InMemoryFeatureStore(initialFeatures: Map<String, Feature> = emptyMap()) : AbstractFeatureStore

In-memory implementation of AbstractFeatureStore that stores features in memory.

Link copied to clipboard
class InMemoryPropertyStore(initialProperties: Map<String, Property<*>> = emptyMap()) : PropertyStore

In-memory implementation of PropertyStore.