toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-compose
/
io.getstream.chat.android.compose.util
/
KeyValuePair
Key
Value
Pair
data
class
KeyValuePair
<
out
K
,
out
V
>
(
val
key
:
K
,
val
value
:
V
)
Performs the same function as Kotlin's
Pair
with more exact naming.
Parameters
key
The key.
value
The value.
Members
Constructors
Key
Value
Pair
Link copied to clipboard
constructor
(
key
:
K
,
value
:
V
)
Properties
key
Link copied to clipboard
val
key
:
K
value
Link copied to clipboard
val
value
:
V
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String