molecule-testing
0.4.0
molecule-testing
/
app.cash.molecule.testing
/
Event
Event
sealed
class
Event
<
out
T
>
Content copied to clipboard
Types
Inheritors
Types
Error
Link copied to clipboard
data
class
Error
(
throwable
:
Throwable
)
:
Event
<
Nothing
>
Content copied to clipboard
Item
Link copied to clipboard
data
class
Item
<
T
>
(
value
:
T
)
:
Event
<
T
>
Content copied to clipboard
Inheritors
Error
Link copied to clipboard
Item
Link copied to clipboard