ee.Filter

Constructs a new filter. This constructor accepts the following args:

  - Another filter.

  - A list of filters (which are implicitly ANDed together).

  - A ComputedObject returning a filter. Users shouldn't be making these; they're produced by the generator functions below.

UsageReturns
ee.Filter(filter)Filter
ArgumentTypeDetails
filterFilter|List, optionalOptional filter to add.