Turbine
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Turbine
Turbine
/
app.cash.turbine
/
Event
/
Item
Item
class
Item
<
T
>
(
val
value
:
T
)
:
Event
<
T
>
Members
Constructors
Item
Link copied to clipboard
constructor
(
value
:
T
)
Properties
is
Terminal
Link copied to clipboard
open
val
isTerminal
:
Boolean
value
Link copied to clipboard
val
value
:
T
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String