trixnity-client
3.1.0
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
InMemoryTimelineEventRepository
In
Memory
Timeline
Event
Repository
class
InMemoryTimelineEventRepository
:
InMemoryMinimalStoreRepository
<
TimelineEventKey
,
TimelineEvent
>
,
TimelineEventRepository
Constructors
Functions
Properties
Constructors
In
Memory
Timeline
Event
Repository
Link copied to clipboard
fun
InMemoryTimelineEventRepository
(
)
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
TimelineEventKey
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
TimelineEventKey
)
:
TimelineEvent
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
TimelineEventKey
,
value
:
TimelineEvent
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
TimelineEventKey
,
TimelineEvent
>
>