T - The type of the input to the operationT1 - The type of the input to the operationT2 - The type of the input to the operationT3 - The type of the input to the operationpublic interface Action4<T,T1,T2,T3>
| Modifier and Type | Method and Description |
|---|---|
void |
doIt(T arg1,
T1 arg2,
T2 arg3,
T3 arg4)
Performs this operation on the given input
|
Copyright © 2014. All Rights Reserved.