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) |
| Modifier and Type | Method and Description |
|---|---|
R |
perform(T1 first,
T2 second)
Executes the delegate for the given elements yielding a result of type R
|
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 © 2016. All rights reserved.