withKey

fun <K : Any, T : Any> KeyedReplica<K, T>.withKey(key: K): Replica<T>

Converts KeyedReplica to Replica by fixing a key.