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