- Type Parameters:
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.
- Enclosing class:
- Actions
public abstract static class Actions.Action4<T1,T2,T3,T4>
extends java.lang.Object
Encapsulates a method that has four parameters and does not return a value.