Constructors

Functions

Link copied to clipboard
abstract suspend fun delete(key: TimelineEventRelationKey)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun deleteBySecondKey(firstKey: TimelineEventRelationKey, secondKey: RelationType)
Link copied to clipboard
abstract suspend fun get(key: TimelineEventRelationKey): Map<RelationType, Set<TimelineEventRelation>>?
Link copied to clipboard
abstract suspend fun getBySecondKey(firstKey: TimelineEventRelationKey, secondKey: RelationType): Set<TimelineEventRelation>?
Link copied to clipboard
abstract suspend fun save(key: TimelineEventRelationKey, value: Map<RelationType, Set<TimelineEventRelation>>)
Link copied to clipboard
abstract suspend fun saveBySecondKey(firstKey: TimelineEventRelationKey, secondKey: RelationType, value: Set<TimelineEventRelation>)

Properties

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