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