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