T1
- The type of the first parameter of the method that this delegate encapsulates.T2
- The type of the second parameter of the method that this delegate encapsulates.T3
- The type of the third parameter of the method that this delegate encapsulates.T4
- The type of the four parameter of the method that this delegate encapsulates.T5
- The type of the five parameter of the method that this delegate encapsulates.T6
- The type of the six parameter of the method that this delegate encapsulates.T7
- The type of the seven parameter of the method that this delegate encapsulates.T8
- The type of the eight parameter of the method that this delegate encapsulates.public abstract static class Actions.Action8<T1,T2,T3,T4,T5,T6,T7,T8>
extends java.lang.Object
Constructor and Description |
---|
Actions.Action8() |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8) |
java.lang.Class<?> |
getParameterType1() |
java.lang.Class<?> |
getParameterType2() |
java.lang.Class<?> |
getParameterType3() |
java.lang.Class<?> |
getParameterType4() |
java.lang.Class<?> |
getParameterType5() |
java.lang.Class<?> |
getParameterType6() |
java.lang.Class<?> |
getParameterType7() |
java.lang.Class<?> |
getParameterType8() |
public final java.lang.Class<?> getParameterType1()
public final java.lang.Class<?> getParameterType2()
public final java.lang.Class<?> getParameterType3()
public final java.lang.Class<?> getParameterType4()
public final java.lang.Class<?> getParameterType5()
public final java.lang.Class<?> getParameterType6()
public final java.lang.Class<?> getParameterType7()
public java.lang.Class<?> getParameterType8()