T - the function parameter typeR - the function result typepublic class InterceptorChain<T,R> extends Object implements Function<T,R>
| Constructor and Description |
|---|
InterceptorChain(Function<T,R> innermost,
Iterator<I> chain) |
Copyright © 2017. All rights reserved.