trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.store.repository
/
MapRepository
Map
Repository
interface
MapRepository
<
K1
,
K2
,
V
>
Inheritors
DeleteByRoomIdMapRepository
GlobalAccountDataRepository
InMemoryMapRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
firstKey
:
K1
,
secondKey
:
K2
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
firstKey
:
K1
)
:
Map
<
K2
,
V
>
abstract
suspend
fun
get
(
firstKey
:
K1
,
secondKey
:
K2
)
:
V
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
firstKey
:
K1
,
secondKey
:
K2
,
value
:
V
)
serialize
Key
Link copied to clipboard
abstract
fun
serializeKey
(
firstKey
:
K1
,
secondKey
:
K2
)
:
String