toggle menu
search in API
common
selfie-lib
/
com.diffplug.selfie.guts
/
CoroutineDiskStorage
Coroutine
Disk
Storage
class
CoroutineDiskStorage
(
val
disk
:
DiskStorage
)
:
AbstractCoroutineContextElement
Used by com.diffplug.selfie.SelfieSuspend.
Members
Constructors
Coroutine
Disk
Storage
Link copied to clipboard
constructor
(
disk
:
DiskStorage
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
CoroutineDiskStorage
>
Properties
disk
Link copied to clipboard
val
disk
:
DiskStorage
key
Link copied to clipboard
open
override
val
key
:
CoroutineDiskStorage.Key
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