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