public interface IInterceptor<Element,Item>
| Modifier and Type | Field and Description |
|---|---|
static IInterceptor<IItem,IItem> |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Item |
intercept(Element element) |
static final IInterceptor<IItem,IItem> DEFAULT