toggle menu
maplibre-compose
0.1.0
common
switch theme
search in API
maplibre-compose
/
dev.sargunv.maplibrecompose.core.expression
/
ExpressionScope
/
lt
lt
@
JvmName
(
name
=
"ltNumber"
)
open
infix
fun
Expression
<
Number
>
.
lt
(
other
:
Expression
<
Number
>
)
:
Expression
<
Boolean
>
@
JvmName
(
name
=
"ltString"
)
open
infix
fun
Expression
<
String
>
.
lt
(
other
:
Expression
<
String
>
)
:
Expression
<
Boolean
>
open
fun
lt
(
left
:
Expression
<
String
>
,
right
:
Expression
<
String
>
,
collator
:
Expression
<
TCollator
>
?
=
null
)
:
Expression
<
Boolean
>