R - the function result typeT1 - the function first parameter typeT2 - the function second parameter typeT3 - the function third parameter typepublic class TernaryInterceptorChain<T1,T2,T3,R> extends Object implements TriFunction<T1,T2,T3,R>
| Constructor and Description |
|---|
TernaryInterceptorChain(TriFunction<T1,T2,T3,R> innermost,
Iterator<I> chain) |
| 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 R apply(T1 first, T2 second, T3 third)
TriFunctionCopyright © 2017. All rights reserved.