R - the function result typeT1 - the function first parameter typeT2 - the function second parameter typeT3 - the function third parameter typepublic class TernaryInterceptorAdapter<T1,T2,T3,R> extends Object implements TriFunction<T1,T2,T3,R>
| Constructor and Description |
|---|
TernaryInterceptorAdapter(TernaryInterceptor<T1,T2,T3> interceptor,
TriFunction<T1,T2,T3,R> inner) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 first,
T2 second,
T3 third)
Executes the function for the given elements yielding a result of type R
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic TernaryInterceptorAdapter(TernaryInterceptor<T1,T2,T3> interceptor, TriFunction<T1,T2,T3,R> inner)
public R apply(T1 first, T2 second, T3 third)
TriFunctionCopyright © 2017. All rights reserved.