T
- T - the type of the first argument to the functionU
- U - the type of the second argument to the functionO
- O - the type of the third argument to the functionR
- R - the type of the result of the functionpublic interface TernaryFunction<T,U,O,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u,
O o)
Ternary function.
|