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-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
RoomWriteTransaction
Room
Write
Transaction
class
RoomWriteTransaction
(
val
mutex
:
Mutex
)
:
CoroutineContext.Element
Members
Constructors
Room
Write
Transaction
Link copied to clipboard
constructor
(
mutex
:
Mutex
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
RoomWriteTransaction
>
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
mutex
Link copied to clipboard
val
mutex
:
Mutex
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext