Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<TimelineEventRelationKey, Map<RelationType, Set<TimelineEventRelation>>>>

Functions

Link copied to clipboard
abstract suspend fun delete(firstKey: TimelineEventRelationKey, secondKey: RelationType)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
open suspend override fun deleteByRoomId(roomId: RoomId)
Link copied to clipboard
abstract suspend fun get(firstKey: TimelineEventRelationKey): Map<RelationType, Set<TimelineEventRelation>>
abstract suspend fun get(firstKey: TimelineEventRelationKey, secondKey: RelationType): Set<TimelineEventRelation>?
Link copied to clipboard
abstract suspend fun save(firstKey: TimelineEventRelationKey, secondKey: RelationType, value: Set<TimelineEventRelation>)
Link copied to clipboard
open override fun serializeKey(firstKey: TimelineEventRelationKey, secondKey: RelationType): String