R - the delegate result typeT1 - the delegate first parameter typeT2 - the delegate second parameter typeT3 - the delegate third parameter typepublic class TernaryInterceptorAdapter<R,T1,T2,T3> extends Object implements TernaryDelegate<R,T1,T2,T3>
| Constructor and Description |
|---|
TernaryInterceptorAdapter(TernaryInterceptor<T1,T2,T3> interceptor,
TernaryDelegate<R,T1,T2,T3> inner) |
public TernaryInterceptorAdapter(TernaryInterceptor<T1,T2,T3> interceptor, TernaryDelegate<R,T1,T2,T3> inner)
public R perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2013. All rights reserved.