toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.collections
/
contains
contains
operator
fun
ObservableFloatArray
.
contains
(
element
:
Float
)
:
Boolean
operator
fun
ObservableIntegerArray
.
contains
(
element
:
Int
)
:
Boolean
Returns
true
if
element
is found in the array.
See also
contains