kiscord
0.6.0
kiscord-core
/
kiscord.api
/
Box
/
Companion
Companion
object
Companion
(
source
)
Functions
Properties
Functions
maybe
Link copied to clipboard
inline
fun
<
T
:
Any
>
maybe
(
value
:
T
?
)
:
Box
<
T
>
of
Link copied to clipboard
inline
fun
<
T
>
of
(
value
:
T
)
:
Box
<
T
>
Properties
absent
Link copied to clipboard
val
absent
:
Box
<
Nothing
>
nulled
Link copied to clipboard
val
nulled
:
Box
<
Nothing
?
>