toggle menu
de.quati
2.2.1
common
switch theme
search in API
de.quati
/
de.quati.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