ee.Filter.not
Returns the opposite of the input filter, i.e. the resulting filter will match if and only if the input filter doesn't match.
Usage | Returns | Filter.not() | Filter |
Argument | Type | Details | this: filter | Filter | The Filter instance. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["This function inverts the effect of a given filter, returning a new filter that matches only when the original filter doesn't."],["The `Filter.not()` method can be used on a Filter instance, resulting in a new Filter with the opposite matching behavior."],["This method accepts one argument: the original filter instance (`this`) to be negated."]]],[]]