ee.Filter.not
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह इनपुट फ़िल्टर के उलट नतीजे दिखाता है. इसका मतलब है कि नतीजे के तौर पर मिलने वाला फ़िल्टर, सिर्फ़ तब मैच करेगा, जब इनपुट फ़िल्टर मैच नहीं करता.
इस्तेमाल | रिटर्न |
---|
Filter.not() | फ़िल्टर |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: filter | फ़िल्टर | फ़िल्टर इंस्टेंस. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis function inverts the effect of a given filter, returning a new filter that matches only when the original filter doesn't.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter.not()\u003c/code\u003e method can be used on a Filter instance, resulting in a new Filter with the opposite matching behavior.\u003c/p\u003e\n"],["\u003cp\u003eThis method accepts one argument: the original filter instance (\u003ccode\u003ethis\u003c/code\u003e) to be negated.\u003c/p\u003e\n"]]],["The `Filter.not()` method inverts a filter's behavior. It takes a `Filter` instance as input and returns a new `Filter`. This new `Filter` will match only when the original filter does not. In essence, it reverses the matching logic of the input filter. The `this: filter` argument specifies the `Filter` instance to be inverted.\n"],null,["# ee.Filter.not\n\n\u003cbr /\u003e\n\nReturns the opposite of the input filter, i.e. the resulting filter will match if and only if the input filter doesn't match.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| Filter.not`()` | Filter |\n\n| Argument | Type | Details |\n|----------------|--------|----------------------|\n| this: `filter` | Filter | The Filter instance. |"]]