trixnity-client-repository-realm
3.7.0-beta1
common
trixnity-client-repository-realm
/
net.folivo.trixnity.client.store.repository.realm
/
RealmReadTransaction
Realm
Read
Transaction
class
RealmReadTransaction
(
val
realm
:
TypedRealm
)
:
CoroutineContext.Element
Members
Constructors
Realm
Read
Transaction
Link copied to clipboard
constructor
(
realm
:
TypedRealm
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
RealmReadTransaction
>
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
realm
Link copied to clipboard
val
realm
:
TypedRealm
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