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