toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.collections
/
getOrNull
get
Or
Null
fun
ObservableFloatArray
.
getOrNull
(
index
:
Int
)
:
Float
?
fun
ObservableIntegerArray
.
getOrNull
(
index
:
Int
)
:
Int
?
Returns an element at the given
index
or
null
if the
index
is out of bounds of this array.
See also
get
Or
Null