Interface IDatasetFilter<I>
-
- Type Parameters:
I- The type of instance this filter may be applied to.
public interface IDatasetFilter<I>This filter can be applied to single instances and may potentially even modify instances entirely.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iapply(I input)Applies the filter's functionality to a specific instance.
-