@FunctionalInterface public interface PairFunction<Arg1,Arg2,ResultType>
BiFunction
ResultType
fun(Arg1 t, Arg2 v)
ResultType fun(Arg1 t, Arg2 v)
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.