T - The type of the input to the operationpublic interface Action1<T>
| Modifier and Type | Method and Description |
|---|---|
void |
doIt(T arg1)
Performs this operation on the given input
|
void doIt(T arg1)
arg1 - Input argumentCopyright © 2014. All Rights Reserved.