DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
util
/
com.peco2282.devcore.util
/
asNullable
as
Nullable
inline
fun
<
T
,
E
:
T
>
T
.
asNullable
(
orThrow
:
Boolean
=
false
)
:
E
?