toggle menu
redwood
0.15.0
ios
switch theme
search in API
redwood-compose
/
app.cash.redwood.compose
/
DisplayLinkClock
Display
Link
Clock
ios
object
DisplayLinkClock
:
MonotonicFrameClock
Members
Properties
key
Link copied to clipboard
ios
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
fold
Link copied to clipboard
ios
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
ios
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
ios
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
ios
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext
with
Frame
Nanos
Link copied to clipboard
ios
open
suspend override
fun
<
R
>
withFrameNanos
(
onFrame
:
(
frameTimeNanos
:
Long
)
->
R
)
:
R