Turbine
common
Turbine
/
app.cash.turbine
/
Event
/
Item
Item
data
class
Item
<
T
>
(
val
value
:
T
)
:
Event
<
T
>
Members
Constructors
Item
Link copied to clipboard
constructor
(
value
:
T
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
is
Terminal
Link copied to clipboard
val
isTerminal
:
Boolean
value
Link copied to clipboard
val
value
:
T