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) |
public BinaryInterceptorAdapter(BinaryInterceptor<T1,T2> interceptor, BinaryDelegate<R,T1,T2> inner)
Copyright © 2013. All rights reserved.