Replica
replica-algebra
/
me.aartikov.replica.algebra
/
associate
associate
fun
<
K
:
Any
,
T
:
Any
>
associate
(
replicaProvider
:
(
K
)
->
Replica
<
T
>
)
:
KeyedReplica
<
K
,
T
>
Content copied to clipboard
Creates
KeyedReplica
by providing
Replica
for each given key.