IKeyFn

@Serializable(with = IKeyFn.Serde::class)
fun interface IKeyFn<out V>

Inheritors

Types

Link copied to clipboard
@Serializable
enum KeyFn : IKeyFn<Any> , Enum<IKeyFn.KeyFn>

Functions

Link copied to clipboard
abstract fun denormalize(key: String): V