@FunctionalInterface public interface TripleFunction<A,B,C,R>
R
fun(A a, B b, C c)
R fun(A a, B b, C c)
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.