mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps.extension.style.expressions.dsl.generated
/
not
not
fun
not
(
block
:
Expression.ExpressionBuilder
.
(
)
->
Unit
)
:
Expression
fun
not
(
bool
:
Boolean
)
:
Expression
Logical negation. Returns
true
if the input is
false
, and
false
if the input is
true
.