toggle menu
io.github.goquati
1.12.0
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.kotlin.util.coroutine
/
WithIsLastValue
With
Is
Last
Value
common
data
class
WithIsLastValue
<
out
T
>
(
val
isLast
:
Boolean
,
val
value
:
T
)
Members
Constructors
With
Is
Last
Value
Link copied to clipboard
common
constructor
(
isLast
:
Boolean
,
value
:
T
)
Properties
is
Last
Link copied to clipboard
common
val
isLast
:
Boolean
value
Link copied to clipboard
common
val
value
:
T