T - The type of the inputT1 - The type of the inputpublic interface Action2<T,T1>
| Modifier and Type | Method and Description |
|---|---|
void |
doIt(T arg1,
T1 arg2)
Performs this operation on the given input
|
Copyright © 2014. All Rights Reserved.