toggle menu
nitrite
241.0.7
jvm
switch theme
search in API
nitrite
/
com.jetbrains.packagesearch.plugin.core.nitrite.coroutines
/
CoroutineObjectRepository
/
Item
Item
data
class
Item
<
T
>
(
val
changeTimestamp
:
Instant
,
val
changeType
:
ChangeType
,
val
item
:
T
)
Members
Constructors
Item
Link copied to clipboard
constructor
(
changeTimestamp
:
Instant
,
changeType
:
ChangeType
,
item
:
T
)
Properties
change
Timestamp
Link copied to clipboard
val
changeTimestamp
:
Instant
change
Type
Link copied to clipboard
val
changeType
:
ChangeType
item
Link copied to clipboard
val
item
:
T