turbine
0.8.0
turbine
/
app.cash.turbine
/
Event
Event
sealed
class
Event
<
out
T
>
Content copied to clipboard
Types
Inheritors
Types
Complete
Link copied to clipboard
object
Complete
:
Event
<
Nothing
>
Content copied to clipboard
Error
Link copied to clipboard
data
class
Error
(
val
throwable
:
Throwable
)
:
Event
<
Nothing
>
Content copied to clipboard
Item
Link copied to clipboard
data
class
Item
<
T
>
(
val
value
:
T
)
:
Event
<
T
>
Content copied to clipboard
Inheritors
Complete
Link copied to clipboard
Error
Link copied to clipboard
Item
Link copied to clipboard