| 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<T1,T2,R> |
Adapts a binary interceptor to binary function.
|
| BinaryInterceptorChain<T1,T2,R> | |
| InterceptorAdapter<T,R> |
Adapts a unary interceptor to a unary function.
|
| InterceptorChain<T,R> |
Composes a function with an iterator of interceptors.
|
| TernaryInterceptorAdapter<T1,T2,T3,R> |
A ternary interceptor to ternary function adapter.
|
| TernaryInterceptorChain<T1,T2,T3,R> |
Composes a function with an iterator of interceptors.
|
Copyright © 2017. All rights reserved.