toggle menu
commons-utils
2.5.1
jvm
switch theme
search in API
java-utils
/
dev.floofy.utils.java
/
SetOnce
/
getValueOrNull
get
Value
Or
Null
@
Nullable
open
fun
getValueOrNull
(
)
:
T
Returns the value if it was ever set using
setValue
, or
null
if not.