trixnity-client
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store
/
Transaction
Transaction
class
Transaction
:
CoroutineContext.Element
Members
Constructors
Transaction
Link copied to clipboard
constructor
(
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
Transaction
>
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
on
Commit
Actions
Link copied to clipboard
val
onCommitActions
:
Concurrent
<
List
<
suspend
(
)
->
Unit
>
,
MutableList
<
suspend
(
)
->
Unit
>
>
on
Rollback
Actions
Link copied to clipboard
val
onRollbackActions
:
Concurrent
<
List
<
suspend
(
)
->
Unit
>
,
MutableList
<
suspend
(
)
->
Unit
>
>
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