toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.utils
/
Signal
Signal
class
Signal
<
T
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
flow
Link copied to clipboard
val
flow
:
Flow
<
T
>
Functions
observe
Link copied to clipboard
fun
observe
(
scope
:
CoroutineScope
?
=
null
,
onEach
:
suspend
(
T
)
->
Unit
,
onCompletion
:
(
Throwable
?
)
->
Unit
?
=
null
)
:
Job
observe
Next
Link copied to clipboard
fun
observeNext
(
scope
:
CoroutineScope
?
=
null
,
onValue
:
suspend
(
T
)
->
Unit
,
onCompletion
:
(
Throwable
?
)
->
Unit
?
=
null
)
:
Job
send
Link copied to clipboard
fun
send
(
value
:
T
,
scope
:
CoroutineScope
?
=
null
)