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.public abstract static class Actions.Action3<T1,T2,T3>
extends java.lang.Object
Constructor and Description |
---|
Actions.Action3() |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply(T1 t1,
T2 t2,
T3 t3) |
java.lang.Class<?> |
getParameterType1() |
java.lang.Class<?> |
getParameterType2() |
java.lang.Class<?> |
getParameterType3() |