kobweb
Toggle table of contents
0.23.0
jvm
Platform filter
jvm
Switch theme
Search in API
kobweb
kobweb-api
/
com.varabyte.kobweb.api.data
/
Data
Data
interface
Data
(
source
)
Read-only access to a
MutableData
store.
See the header comment for that class for more information.
Inheritors
MutableData
Members
Members & Extensions
Functions
get
Link copied to clipboard
abstract
operator
fun
<
T
:
Any
>
get
(
key
:
Class
<
T
>
)
:
T
?
get
Link copied to clipboard
inline
fun
<
T
:
Any
>
Data
.
get
(
)
:
T
?
get
Value
Link copied to clipboard
inline
fun
<
T
:
Any
>
Data
.
getValue
(
)
:
T
fun
<
T
:
Any
>
Data
.
getValue
(
key
:
Class
<
T
>
)
:
T