korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure-core
/
korlibs.io.resources
/
Resourceable
Resourceable
interface
Resourceable
<
T
:
Any
>
Inheritors
Fixed
Members
Types
Fixed
Link copied to clipboard
data
class
Fixed
<
T
:
Any
>
(
val
value
:
T
)
:
Resourceable
<
T
>
Functions
get
Link copied to clipboard
abstract
suspend
fun
get
(
)
:
T
get
Or
Null
Link copied to clipboard
abstract
fun
getOrNull
(
)
:
T
?