public interface ProductFilter
Modifier and Type | Field and Description |
---|---|
static ProductFilter |
ALL
A filter that accepts all products (does not filter at all).
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Product product) |
static final ProductFilter ALL
boolean accept(Product product)
product
- The product.true
, if the given product
is accepted by this filter.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.