Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm-jvm
/
elide.runtime.plugins.jvm.interop
/
asBooleanOrNull
as
Boolean
Or
Null
@
DelicateElideApi
fun
PolyglotValue
.
asBooleanOrNull
(
)
:
Boolean
?
Returns this value as a
Boolean
, or
null
if the value is
null
or not a
Boolean
.