Package-level declarations

Functions

Link copied to clipboard
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValuesRepoRoutes(originalRepo: KeyValuesRepo<Key, Value>, noinline keyDeserializer: suspend (String) -> Key, noinline valueDeserializer: suspend (String) -> Value)
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValuesRepoRoutes(originalRepo: KeyValuesRepo<Key, Value>, keySerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: BinaryFormat)
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValuesRepoRoutes(originalRepo: KeyValuesRepo<Key, Value>, keySerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: StringFormat)
Link copied to clipboard
inline fun <Key, Value> ERROR CLASS: Symbol not found for Route.configureReadKeyValuesRepoRoutes(originalRepo: ReadKeyValuesRepo<Key, Value>, noinline keyDeserializer: suspend (String) -> Key, noinline valueDeserializer: suspend (String) -> Value)
inline fun <Key, Value> ERROR CLASS: Symbol not found for Route.configureReadKeyValuesRepoRoutes(originalRepo: ReadKeyValuesRepo<Key, Value>, keySerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: BinaryFormat)
inline fun <Key, Value> ERROR CLASS: Symbol not found for Route.configureReadKeyValuesRepoRoutes(originalRepo: ReadKeyValuesRepo<Key, Value>, keySerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: StringFormat)
Link copied to clipboard
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureWriteKeyValuesRepoRoutes(originalRepo: WriteKeyValuesRepo<Key, Value>)