toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.bindings
/
less
less
infix inline
fun
ObservableNumberValue
.
less
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
less
(
other
:
Double
)
:
BooleanBinding
infix inline
fun
Double
.
less
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
less
(
other
:
Float
)
:
BooleanBinding
infix inline
fun
Float
.
less
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
less
(
other
:
Long
)
:
BooleanBinding
infix inline
fun
Long
.
less
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
less
(
other
:
Int
)
:
BooleanBinding
infix inline
fun
Int
.
less
(
other
:
ObservableNumberValue
)
:
BooleanBinding
See also
Number
Expression
Base.
lessThan
infix inline
fun
ObservableStringValue
.
less
(
other
:
ObservableStringValue
)
:
BooleanBinding
infix inline
fun
ObservableStringValue
.
less
(
other
:
String
)
:
BooleanBinding
infix inline
fun
String
.
less
(
other
:
ObservableStringValue
)
:
BooleanBinding
See also
String
Expression.
lessThan