krpc-shared-api
0.1.148
common
krpc-shared-api
/
org.brightify.hyperdrive.krpc.session
/
Session
/
Context
/
Item
Item
common
class
Item
<
T
:
Any
>
(
val
key
:
Session.Context.Key
<
T
>
,
val
revision
:
Int
,
val
value
:
T
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Item
Link copied to clipboard
common
fun
<
T
:
Any
>
Item
(
key
:
Session.Context.Key
<
T
>
,
revision
:
Int
,
value
:
T
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
key
Link copied to clipboard
common
val
key
:
Session.Context.Key
<
T
>
Content copied to clipboard
revision
Link copied to clipboard
common
val
revision
:
Int
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
T
Content copied to clipboard