T1 - 1st type argumentT2 - 2nd type argumentT3 - 3th type argumentT4 - 4th type argumentR - type argument for the return type@FunctionalInterface public interface Function4<T1,T2,T3,T4,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 t1,
T2 t2,
T3 t3,
T4 t4)
Apply the function.
|
Copyright © 2021. All rights reserved.