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