接口 Functor1$10<R,A,B,C,D,E,F,G,H,I,J>

类型参数:
R - Return value
A - 1
B - 2
C - 3
D - 4
E - 5
F - 6
G - 7
H - 8
I - 9
J - 10
所有超级接口:
Functor
函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public interface Functor1$10<R,A,B,C,D,E,F,G,H,I,J> extends Functor
One return. Ten parameters
  • 方法概要

    修饰符和类型
    方法
    说明
    call(A one, B second, C third, D four, E five, F six, G seven, H eight, I nine, J ten)
     
  • 方法详细资料

    • call

      R call(A one, B second, C third, D four, E five, F six, G seven, H eight, I nine, J ten)