| Interface | Description |
|---|---|
| BinaryInterceptor<T1,T2> |
A binary inner automorphism.
|
| Interceptor<T> |
An inner automorphism.
|
| TernaryInterceptor<T1,T2,T3> |
A ternary inner automorphism.
|
| Class | Description |
|---|---|
| BinaryInterceptorAdapter<R,T1,T2> |
Adapts a binary interceptor to binary delegate.
|
| BinaryInterceptorChain<R,T1,T2> | |
| InterceptorAdapter<R,T> |
Adapts a unary interceptor to a unary delegate.
|
| InterceptorChain<R,T> |
Composes a delegate with an iterator of interceptors.
|
| TernaryInterceptorAdapter<R,T1,T2,T3> |
A ternary interceptor to ternary delegate adapter.
|
| TernaryInterceptorChain<R,T1,T2,T3> |
Composes a delegate with an iterator of interceptors.
|
Copyright © 2013. All rights reserved.