T1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typepublic interface TernaryAction<T1,T2,T3>
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 first,
T2 second,
T3 third)
Performs an action for the given elements.
|
Copyright © 2016. All rights reserved.