toggle menu
cup
1.0.0-Beta-03
common
switch theme
search in API
cup
/
net.kodein.cup.utils
/
DataMap
Data
Map
sealed
interface
DataMap
Inheritors
MutableDataMap
AbstractDataMapEntry
Members
Members & Extensions
Types
Key
Link copied to clipboard
interface
Key
<
T
:
Any
>
Functions
contains
Link copied to clipboard
abstract
operator
fun
contains
(
key
:
DataMap.Key
<
*
>
)
:
Boolean
get
Link copied to clipboard
abstract
operator
fun
<
T
:
Any
>
get
(
key
:
DataMap.Key
<
T
>
)
:
T
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
is
Not
Empty
Link copied to clipboard
fun
DataMap
.
isNotEmpty
(
)
:
Boolean
plus
Link copied to clipboard
operator
fun
DataMap
.
plus
(
other
:
DataMap
)
:
DataMap