T1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typepublic interface TernaryInterceptor<T1,T2,T3>
| Modifier and Type | Method and Description |
|---|---|
void |
after(T1 first,
T2 second,
T3 third) |
void |
before(T1 first,
T2 second,
T3 third) |
Copyright © 2016. All rights reserved.