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