commons
2.3.0
java-utils
/
dev.floofy.utils.java
/
SetOnceGetValue
/
getValueOrNull
get
Value
Or
Null
@
Nullable
open
fun
getValueOrNull
(
)
:
T
Content copied to clipboard
Returns the value if it was ever set using
setValue
, or
null
if not.