Argot
Toggle table of contents
0.1.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Argot
argot-core
/
org.draftcode.argot
/
ParsedValues
/
valueOrNull
value
Or
Null
fun
<
T
>
valueOrNull
(
name
:
String
)
:
T
?
Returns the value bound to
name
cast to
T
, or
null
if it was absent.