T
- the first input value typeU
- the second input value typeV
- the third input value typeW
- the fourth input value typeR
- the output value typepublic interface IxFunction4<T,U,V,W,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u,
V v,
W w)
Applies a function to the input values and returns an output value.
|