R - the delegate result typeT1 - the delegate first parameter typeT2 - the delegate second parameter typepublic class BinaryInterceptorAdapter<R,T1,T2> extends Object implements BinaryDelegate<R,T1,T2>
| Constructor and Description |
|---|
BinaryInterceptorAdapter(BinaryInterceptor<T1,T2> interceptor,
BinaryDelegate<R,T1,T2> inner) |
| Modifier and Type | Method and Description |
|---|---|
R |
perform(T1 first,
T2 second)
Executes a delegate in the nested interceptor context.
|
public BinaryInterceptorAdapter(BinaryInterceptor<T1,T2> interceptor, BinaryDelegate<R,T1,T2> inner)
Copyright © 2016. All rights reserved.