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