Package-level declarations
Functions
Link copied to clipboard
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValueRepoRoutes(originalRepo: KeyValueRepo<Key, Value>, noinline idDeserializer: suspend (String) -> Key, noinline valueDeserializer: suspend (String) -> Value)
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValueRepoRoutes(originalRepo: KeyValueRepo<Key, Value>, idsSerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: BinaryFormat)
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValueRepoRoutes(originalRepo: KeyValueRepo<Key, Value>, idsSerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: StringFormat)
Link copied to clipboard
inline fun <Key, Value> ERROR CLASS: Symbol not found for Route.configureReadKeyValueRepoRoutes(originalRepo: ReadKeyValueRepo<Key, Value>, noinline idDeserializer: suspend (String) -> Key, noinline valueDeserializer: suspend (String) -> Value)
inline fun <Key, Value> ERROR CLASS: Symbol not found for Route.configureReadKeyValueRepoRoutes(originalRepo: ReadKeyValueRepo<Key, Value>, idsSerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: BinaryFormat)
inline fun <Key, Value> ERROR CLASS: Symbol not found for Route.configureReadKeyValueRepoRoutes(originalRepo: ReadKeyValueRepo<Key, Value>, idsSerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: StringFormat)
Link copied to clipboard
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureWriteKeyValueRepoRoutes(originalRepo: WriteKeyValueRepo<Key, Value>)