Interface ContentSelector<T>
- Type Parameters:
- T- the content type
- All Known Implementing Classes:
- IncludeExcludeContentSelector
public interface ContentSelector<T>
Strategy used by 
CustomLayers to select the layer of an item.- Since:
- 2.3.0
- Author:
- Madhura Bhave, Phillip Webb
- See Also:
- 
Method Summary
- 
Method Details- 
getLayer
- 
containsReturnstrueif the specified item is contained in this selection.- Parameters:
- item- the item to test
- Returns:
- if the item is contained
 
 
-