T
- generic type on which this filter is applied.public interface Filter<T>
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
T |
apply(T t)
Apply this filter on some input.
|
Filter<T> |
clone()
Create this filter's clone.
|