R - T1 - T2 - public class BinaryInterceptorChain<R,T1,T2> extends Object implements BinaryDelegate<R,T1,T2>
| Constructor and Description |
|---|
BinaryInterceptorChain(BinaryDelegate<R,T1,T2> innermost,
Iterator<I> chain) |
public BinaryInterceptorChain(BinaryDelegate<R,T1,T2> innermost, Iterator<I> chain)
public R perform(T1 first, T2 second)
BinaryDelegateperform in interface BinaryDelegate<R,T1,T2>first - the former elementsecond - the latter elementCopyright © 2013. All Rights Reserved.