Interface IInstanceFilter<D>
-
- Type Parameters:
D- The type of dataset this filter may be applied to.
public interface IInstanceFilter<D>This filter can be applied to whole datasets and may potentially even modify datasets entirely.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dapply(D input)Applies the filter's functionality to a specific dataset.
-