T1 - the function first parameter typeT2 - the function second parameter typeR - the function result typepublic class BinaryInterceptorAdapter<T1,T2,R> extends Object implements BiFunction<T1,T2,R>
| Constructor and Description |
|---|
BinaryInterceptorAdapter(BinaryInterceptor<T1,T2> interceptor,
BiFunction<T1,T2,R> inner) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 first,
T2 second)
Executes a function in the nested interceptor context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic BinaryInterceptorAdapter(BinaryInterceptor<T1,T2> interceptor, BiFunction<T1,T2,R> inner)
Copyright © 2017. All rights reserved.