IKeyFn

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

Inheritors

Types

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

Functions

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