toggle menu
maplibre-compose
0.2.0
common
switch theme
search in API
maplibre-compose
/
dev.sargunv.maplibrecompose.core.expression
/
ExpressionScope
/
in
in
open
fun
in
(
needle
:
Expression
<
*
>
,
haystack
:
Expression
<
List
<
*
>
>
)
:
Expression
<
Boolean
>
(
source
)
Determines whether an item exists in an array.
open
fun
in
(
needle
:
Expression
<
String
>
,
haystack
:
Expression
<
String
>
)
:
Expression
<
Boolean
>
(
source
)
Determines whether a substring exists in a string.
open
infix
fun
Expression
<
*
>
.
in
(
other
:
Expression
<
List
<
*
>
>
)
:
Expression
<
Boolean
>
(
source
)
open
infix
fun
Expression
<
String
>
.
in
(
other
:
Expression
<
String
>
)
:
Expression
<
Boolean
>
(
source
)