toggle menu
KAHelpers
androidJvm
switch theme
search in API
common
/
dev.funkymuse.common
/
set
set
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
String
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
Byte
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
Short
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
Int
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
Long
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
Float
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
Double
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
Boolean
?
)
operator
fun
ContentValues
.
set
(
key
:
String
,
value
:
ByteArray
?
)
Shorthand for
ContentValues.set
.